Why is the "to=<...>" part missing in rejection log messages caused by a courierfilter?
Probably because the courierfilter runs after the message has been received, and there may have been several 'RCPT TO' commands. BLOCK causes failures for reach 'RCPT TO' command, when the 'RCPT TO' command is sent.
Perhaps your courierfilter could insert the information into the SQL database itself. The cron job could search for the BLOCK-style failures and insert those into the database later.
------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
