Brian Goodrich wrote:
> I'm looking for a solution to the problem of sending a multiple
> recipient message to users while some of those users have full
> mailboxes and need a bounced message instead of receiving.   Yet the
> other users still need to receive the same message.
>
> I've written a custom matcher to look for full mailboxes in my email
> system.   It implements the Bounce mailet with the following settings:
>
> <mailet match="QuotaMatcher" class="Bounce">
>               <sender>postmaster</sender>
>               <attachError>false</attachError>
>               <message>This is a Bounced message</message>
>               <prefix>This message was returned from ldscenter.com
> because the recipients mailbox did not have sufficient space to
> receive it.</prefix>
>               <inline>body</inline>
>               <attachment>message</attachment>
>               <passThrough>true</passThrough>
>               <fakeDomainCheck>true</fakeDomainCheck>
>               <debug>true</debug>
> </mailet>

<snipped>

Try <passThrough>false</passThrough> so that the original message is removed
from the pipeline for matched users.

-- Steve


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

Reply via email to