Changeset 54bf650


Ignore:
Timestamp:
Mar 11, 2012, 11:08:04 PM (12 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
release-1.8
Children:
5044ea9
Parents:
5b54595
git-author:
Geoffrey Thomas <geofft@mit.edu> (07/29/11 05:25:27)
git-committer:
David Benjamin <davidben@mit.edu> (03/11/12 23:08:04)
Message:
Remove ^noc from reply-lockout

Given our current user base and how it is no longer primarily people in
MIT's Network group, the danger of having legitimate classes starting
with "noc" overrides the usefulness of having -c noc itself and
affiliated classes in reply-lockout.

This leaves reply-lockout with just class ^mail$. Ideally we'd write an
Athena-specific customization module...

Signed-off-by: Geoffrey Thomas <geofft@mit.edu>
Reviewed-by: David Benjamin <davidben@mit.edu>
File:
1 edited

Legend:

Unmodified
Added
Removed
  • global.c

    rdde1b4d r54bf650  
    853853    { "auto", "opcode ^auto$" },
    854854    { "login", "not login ^none$" },
    855     { "reply-lockout", "class ^noc or class ^mail$" },
     855    { "reply-lockout", "class ^mail$" },
    856856    { "out", "direction ^out$" },
    857857    { "aim", "type ^aim$" },
Note: See TracChangeset for help on using the changeset viewer.