I think something similar has recently come up on the list. what's the actual value of $Recipients[0]? if it's '<[EMAIL PROTECTED]>' (no quotes) then it won't match, and it'll call action_quarantine_entire_message. (because you're testing for with !~)
Bingo! @Recipients includes the angle brackets in the addresses, so I need to add those to my expression or remove the ^ anchor. I chose the former.
Thanks! _______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

