>Yes, thats the solution that solves Sherman's dillema. Take the output and >postmap it.
no, you need the regex for mta_clients_dul. >Dont regexp it, cant get around a regexp check. There are no exceptions to header/mime/body checks. What I'm talkiing about has nothing to do with those *_checks. You can user regexp for any restriction, as my messages demonstrated. I use from_senders.regexp to catch those spammers from "hsm" or "sendap" or "sendad" or "sendr" or "sbase" or "passr" or "offr" etc have 10's of @sender.domains and vary one digit to avoid filtering, but always have a characteristic string in the sender.domain that you can catch with a regex. btw, I find these two in from_senders.regexp to be very effective: /_inkjet.*@/ 554 ACL from_senders_black /_toner.*@/ 554 ACL from_senders_black ... since I've found the inkjet/toners sender arriving with diverse @senderdomains, but they all have _inkjet or _toner in the localpart. another one: /kara.*davis.*@/ 554 ACL from_senders_black Len Len
