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@")
|
2001-01-08 20:33:11 +00:00
|
|
|
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$")
|
2001-01-08 20:33:11 +00:00
|
|
|
then forward "petidomo-manager";
|