Hi, I've just upgraded to the latest version and noticed that mail from and rcpt to checking is now very strict. Bear in mind that I use qpsmtpd on a spamtrap, so getting "strict" with the protocol isn't what I want.
I found the workaround for optional brackets by adding them in hook_rcpt_pre when missing, but I can't find a workaround for what to do for senders that put a space between the : and the envelope address, ie: MAIL FROM: <[EMAIL PROTECTED]> The above line doesn't even get sent to the hook_rcpt_pre hook. After reading over a few threads in the archives, it seems that the angle bracket issue was resolved with the hook_rcpt_pre and the spaces issue was never resolved? Whats the solution for this? I'm using the async server. Cheers, ds
