[Mimedefang] Logs of bounced messages

David F. Skoll dfs at roaringpenguin.com
Fri Aug 16 08:33:01 EDT 2002


On Thu, 15 Aug 2002 23:47:36 -0700 (PDT)
tasdevil at newsguy.com wrote:

> Is it possible to log the info so I can get a list of what messages were sent
> to each user and from whom?

Yes.

Oh, you want to know how...

Use the Perl syslog function:

$recips = join(', ', @Recipients);
syslog('info', "Bounced spam about $Subject from $Sender to $recips");

--
David.



More information about the MIMEDefang mailing list