[Mimedefang] Logging/tracking

David F. Skoll dfs at roaringpenguin.com
Tue Apr 23 14:14:01 EDT 2002


One more thing:  If you like, you can call syslog from your filter,
like this:

if ($extraordinary_condition) {
	syslog('err', 'Woah!  Found something strange!');
	action_bounce('foo');
}

--
David.




More information about the MIMEDefang mailing list