> 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

Thanks for pointing that out. I wonder why it worked ...

Reply via email to