petidomo/config/petidomo.acl

6 lines
323 B
Plaintext
Raw Permalink Normal View History

2000-12-13 13:19:03 +00:00
# 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)")
2000-12-13 13:19:03 +00:00
OR (header matches "^Auto-Submitted:" AND NOT header matches "^Auto-Submitted: *no$")
then forward "petidomo-manager";