Hello I am writing an anti-spam mailet and I have a question about the processing order of the Mailets if I correct understood the docs the mailet code is processed after the message is complete received Envelope recipients and body, Am I correct?
If the above is correct, and my mailet try to block messages from a specific IP address I will only be able to block the message after receiving the full message. Am I correct? In this situation, is there any way to execute a mailet before the full message is received? The idea is to have some mailet that is able to identify some bad messages before receiving the full message, like IP address without reverse DNS record, this way we could save a lot of bandwith. maybe some pre-mailet? Thanks for any help []s
