thanks, worked like a charm.


 
> If you really only want to discard some of them, you could add something
> like:
>     if (filter_bad_filename($entity)) {
>       if ($ext =~ /pif|scr/) {
>         md_log('PIFoSCR_attachment',$fname,$type);
>         #return action_bounce("PIF attachment not accepted");  # if you
> wanted to bounce
>         return action_discard();
>       }
> 
> Does that help?  Or do you want to receive the message, with the attachment
> stripped, but no warning telling you that you aren't receiving the entire
> message that was sent?
> 
> -Matt


_______________________________________________
Visit http://www.mimedefang.org and http://www.canit.ca
MIMEDefang mailing list
[EMAIL PROTECTED]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to