Removed the path of the file in the comment header, since it doesn't

fit anymore anyway.
This commit is contained in:
Peter Simons 2001-01-08 20:33:11 +00:00
parent 0dcb44832b
commit c793980ae0

View File

@ -1,11 +1,9 @@
# #
# ~petidomo/etc/acl
#
# $Header$ # $Header$
# #
# Catch anything looks like it does not come from a human sender. # Catch anything looks like it does not come from a human sender.
IF (envelope matches "[^@]*(-)?owner(-)?[^@]*@|mailer-daemon@") 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$") OR (header matches "^Auto-Submitted:" AND NOT header matches "^Auto-Submitted: *no$")
then forward "petidomo-manager"; then forward "petidomo-manager";