It might be a config issue where you need to specify "message" as the
attachment (though it's discouraged in the fight against spam).

Here's a snippet from the "local-address-error" processor in
config.xml -- maybe if you uncomment the match="All" mailet and change
attachment from "none" to "message" it will work...

<!-- To notify the sender the address was invalid, uncomment this
matcher/mailet configuration -->
<!-- The original message is not attached to keep the bounce processor
from deliverying spam -->
<!--
<mailet match="All" class="Bounce">
 <attachment>none</attachment>
</mailet>
-->


On 2/20/07, Jerry M <[EMAIL PROTECTED]> wrote:
If I have a typo in the email address of a recipient, I get the expected
bounce from James.  But apparently since I moved to 2.3.0, I no longer
get the original email message as part of the bounce.  That is very
inconvenient, especially if I sent several notes to the person in the
last hour or so.  I have no way of knowing which one bounced.

Is this a configuration problem I have in my config.xml file?   Is not
returning the orig msg a new feature in 2.3.0?  Or is there something
else wrong.

Please advise what I can do to get the orig message returned as part of
the bounce.

Thanks.

Jerry


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



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

Reply via email to