Change was done to the error processsor.
Ide
>>> [EMAIL PROTECTED] 09/04/02 12:26PM >>>
As I mentioned yesterday, RemoteDelivery.bounce() is currently hardcoded
behavior. In the event of a delivery failure, RemoteDelivery.failMessage()
sets the state to ERROR, and then calls the bounce() method, which will
bounce the e-mail to the originator, using either the Return-Path header or
the Reply-To header. So the sender will be notified of the bounce
regardless.
However, with respect to your postmaster notification, there are separate
processors labeled "error" and "spam" in the default configuration. The
"error" processor mistakenly has comments saying "spam" in it (probably cut
& paste), so I can't tell from your message which one you changed. Did you
change the error processor or the spam processor? Look for the name
attribute on the <processor> tag.
--- Noel
-----Original Message-----
From: Ide Roth [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 04, 2002 9:57
To: [EMAIL PROTECTED]
Subject: Bounced mail problem
Hi,
I''ve been having problem with bounced mail. I've tried to send out an
email to a bad address on a remote server. The section
I've uncomment is in the error process:
<!-- If you want to notify the postmaster that a message was marked
as spam, uncomment this -->
<mailet match="All" class="NotifyPostmaster">
</mailet>
So the postmaster(vkb@iroth) is notify of the bounced email.
It seems that the bounced message being put into the error folder and from
there it is trying notify the sender instead of the postmaster.
The orignial message should be in the error folder and from there it should
try to notify the postmaster. Could someone tell me what
I'm doing wrong?
Please Help.
[messages snipped]
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>