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 <[email protected]>wrote: > I am seeing random spam come in with this consistent type of 'from': > > ([email protected]) > ([email protected]) > ([email protected]) > > ..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 >
