Vincenzo,

I'll get it committed.  In the meantime, would you please look at:

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

I believe that the new code still has that problem.  I've a tentative
solution in mind that I'll post after committing your submission.

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

> NotifyPostmaster had a slightly richer [notification message, which]
> has become the common one for all three.

The request in 18309 might apply to AbstractNotify.

> I'm wondering if the fake sender domain check done in Forward
> should be shared by all the mailets.

Possibly, but it should only be done if we are going to USE the Sender
domain.  If we are just forwarding the message from Postmaster, for example,
we don't USE the original Sender, and can preserve it.  This is useful if
you have a mailet like:

         <mailet match="All" class="Redirect">
            <recipients>[EMAIL PROTECTED]</recipients>
            <sender>postmaster</sender>
            <returnpath>null</returnpath>
            <inline>unaltered</inline>
            <passThrough>true</passThrough>
            <static>true</static>
         </mailet>

All in all, Vincenzo, I think you've done a great job!  :-)

        --- Noel


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

Reply via email to