DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23715>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23715

Handled malformed messages better in AttachementFileNameIs (and other matchers)

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX



------- Additional Comments From [EMAIL PROTECTED]  2003-10-19 21:43 -------
Although it would be nice if JavaMail were more robust, this can already be 
handled as of James v2.2.0a5 and later, using onMatchException, e.g.,

  <mailet match="AttachmentFileNameIs=*.scr,*.pif,*.exe,*.vbs,*.bat"
          onMatchException="noMatch"
          class="Bounce">
    <notice>550 Rejected - Banned type of attachment.</notice>
    <attachment>none</attachment>
    <passThrough>false</passThrough>
  </mailet>

Other than that, there is not much to be done other than see if we can't get 
Sun to improve JavaMail, or stop using it.

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

Reply via email to