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=17980>.
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=17980

Attachments are sometimes not extracted on the mail client





------- Additional Comments From [EMAIL PROTECTED]  2003-03-14 06:32 -------
I have done some testing and I found out that the recipients that did not get 
correct attachments were recipients where I tried to add a footer using the 
class "AddFooter" in a two-mailet combination, like this:

         <mailet match="[EMAIL PROTECTED]" class="AddFooter">
           <text>-----------------------------------
Some footer text
----------------------------------
           </text>
         </mailet>

         <mailet match="[EMAIL PROTECTED]" class="Redirect">
           <recipients>[EMAIL PROTECTED]</recipients>
           <to>[EMAIL PROTECTED]</to>
           <inline>unaltered</inline>
           <passThrough>FALSE</passThrough>
         </mailet>

If I remove the first mailet, the attachments work fine.

- Marc

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

Reply via email to