Hey everybody, I'm developing a real-time log parser for postfix/policyd/amavis to count incoming/outgoing mails in realtime. It's working really well already, but I discovered an issue today: For my log, I need sender and recipient addresses which I get from the policyd syslog lines. If the email addresses exceed a length of 58 characters they get cut off. It also seems that policyd uses only the cut off addresses for greylisting - which makes sense in my opinion since string compare operations are quite performance consuming. I need the complete addresses though, is there any way I can get policyd to log the full addresses?
Thanks in advance Matthias ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ policyd-users mailing list policyd-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/policyd-users