> <mailet match="AttachmentFileNameIs=*.bat,*.pif,*.scr" class="Null" />
> when I start James with my new addition, it pukes horribly.

Version?  Nature of "pukes horribly"?

I use this:

  <mailet
match="AttachmentFileNameIs=*.bat,*.com,*.dll,*.exe,*.lnk,*.pif,*.scr,*.vbe,
*.vbs,*.wsh"
          onMatchException="noMatch"
          class="Bounce">
    <notice>550 Rejected - Banned type of attachment.  Please contact
intended recipient.</notice>
    <attachment>none</attachment>
    <passThrough>false</passThrough>
  </mailet>

in my system, and it works fine.

        --- Noel


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to