* J.D. Bronson <[email protected]>: > I am seeing random spam come in with this consistent type of 'from': > > ([email protected]) > ([email protected]) > ([email protected])
With the () around the address? > ..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 /^From:.*ret@/ REJECT unsolicited email or /^From: ret@/ REJECT unsolicited email or /^From:\b*ret@/ REJECT unsolicited email -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 [email protected] | http://www.charite.de
