* J.D. Bronson <jd_bron...@sbcglobal.net>:
> I am seeing random spam come in with this consistent type of 'from':
> 
> (r...@www.cheapquotesonline.com)
> (r...@chat.biznizpro.com)
> (r...@safetyaboutonline.net)

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
  ralf.hildebra...@charite.de | http://www.charite.de
            

Reply via email to