Hi list, I've written a HashCash plug-in that uses Digest::HashCash and is a bit more cleaned-up than the existing one.
http://wiki.qpsmtpd.org/plugins:spam:hashcash Has anyone an idea how a plug-in can find out if the mail it currently handles is a incoming (local delivery) or outgoing (routed to the world) mail? Right now, I solved this by setting a connection-note in another plug-in that check if the remote IP is a relay client. But I think it's a good idea to have a more generic solution for this within another plugin. Regards, Marc