9 lines
287 B
Plaintext
9 lines
287 B
Plaintext
|
|
#
|
||
|
|
# Generic mailing list acl file -- Please customize for your needs!
|
||
|
|
#
|
||
|
|
|
||
|
|
# Re-directing anything that looks like a command.
|
||
|
|
IF (subject matches "^[ ]*((un)?subscribe|remove|delete)")
|
||
|
|
OR (body matches "^[ ]*((un)?subscribe|remove|delete)( me)?$")
|
||
|
|
then redirect "testlist-request";
|