> I have a bit of a different plugin running that handles > pop-before-smtp by reading a list of recent IPs that have popped an > account, and if there is a match with the connecting IP, it sets a > transaction note:
You might want to try out my 'qppoprelay' plugin which just does that, and can be found on http://qpsmtpd.kju.de/. > $transaction->notes( 'pop-b4-smtp', 1 ) ; You can not use transaction notes for this, as transaction notes are bound to an transaction which is defined as a mail and recipient relationship. You need to use connection notes. See my plugin. Regards Michael -- It's an insane world, but i'm proud to be a part of it. -- Bill Hicks