* Ian Masters <i...@acces.co.jp>:
> > Preferably reject but removing the attachment might be acceptable.
> 
> Well, this seems to have done it:
> 
> /name=*\.*/ REJECT no attachments allowed

That's wrong syntax...

/name=*\.*/ REJECT no attachments allowed

means:

"name" followed by an arbitrary number of "=" 
followed by an arbitrary number of "."

You probably meant:

/name=/ REJECT no attachments allowed

-- 
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