Rich,

> I recently started running amavisd-new 2.3.3 (together with
> ClamAV 0.88, Postfix 2.3-20051229, and Cyrus 2.3.1) on a
> FreeBSD 4.11-RELEASE system.
>
> In those cases where amavisd sends out a bounce notice to the
> sender of a spam message (when the score is high enough to
> make it probably spam, but not so high that it absolutely
> MUST be spam), is there any way for me to configure amavisd
> to send me (the local admin) a copy of the bounce notice?
> (I.e., the bounce notice would be sent both to the sender and
> also to me?)

You can have a copy of all delivery status notifications
by adding your address to the list of recipients:

Search for 'sub delivery_status_notification'.
Near the end of this subroutine there is a statement:

    $notification->recips([$msginfo->sender_contact]);

You can add your address to the list there, e.g.:

    $notification->recips(
      [$msginfo->sender_contact, '[EMAIL PROTECTED]'] );

Mark


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to