Removed the path of the file in the comment header, since it doesn't
fit anymore anyway.
This commit is contained in:
parent
0dcb44832b
commit
c793980ae0
@ -1,11 +1,9 @@
|
||||
#
|
||||
# ~petidomo/etc/acl
|
||||
#
|
||||
# $Header$
|
||||
#
|
||||
|
||||
# Catch anything looks like it does not come from a human sender.
|
||||
IF (envelope matches "[^@]*(-)?owner(-)?[^@]*@|mailer-daemon@")
|
||||
OR (header matches "^Precedence:[ ]*(junk|list|bulk)")
|
||||
OR (header matches "^Precedence:[ ]*(junk|list|bulk)")
|
||||
OR (header matches "^Auto-Submitted:" AND NOT header matches "^Auto-Submitted: *no$")
|
||||
then forward "petidomo-manager";
|
||||
then forward "petidomo-manager";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user