Easy fix - we always escape the @ character with a black slash, like ret\@, on several servers where we use regular expressions in postfix header_checks.
Jim Logan On Thu, May 6, 2010 at 7:02 AM, J.D. Bronson <jd_bron...@sbcglobal.net>wrote: > I am seeing random spam come in with this consistent type of 'from': > > (r...@www.cheapquotesonline.com) > (r...@chat.biznizpro.com) > (r...@safetyaboutonline.net) > > ..they all begin with 'ret@' and I need some help creating a > header_check (and/or body check) to catch this. > > I tried this, but it didnt work: > > /^From:.ret@/ REJECT unsolicited email > > > -- > J.D. Bronson >