Changeset 9078f69


Ignore:
Timestamp:
Jul 30, 2011, 3:11:27 AM (13 years ago)
Author:
Geoffrey Thomas <geofft@mit.edu>
Branches:
master, release-1.10, release-1.9
Children:
0071c88, 6ddeb17, 3b17b57
Parents:
a74a044
git-author:
Geoffrey Thomas <geofft@mit.edu> (07/29/11 05:25:27)
git-committer:
Geoffrey Thomas <geofft@mit.edu> (07/30/11 03:11:27)
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

    rf271129 r9078f69  
    847847    { "auto", "opcode ^auto$" },
    848848    { "login", "not login ^none$" },
    849     { "reply-lockout", "class ^noc or class ^mail$" },
     849    { "reply-lockout", "class ^mail$" },
    850850    { "out", "direction ^out$" },
    851851    { "aim", "type ^aim$" },
Note: See TracChangeset for help on using the changeset viewer.