Re: Possible minor bug in tmda-ofmipd
[email protected] (Jason R. Mastaler)
| Newsgroups | gmane.mail.spam.tmda.user |
|---|---|
| Message-ID | <[email protected]> |
Stephen Warren <[email protected]> writes: > Also, at least for the specific issue you saw, I suspect that at > least some MTAs would do the same. I know for sure that my postfix > setup validates local recipients at SMTP reception time, and refuses > to even accept messages sent to non-existent local users (as opposed > to accepting it, and generating a bounce response). So, even if > Thunderbird was talking directly to a "real" SMTP server, you could > easily see the same issue. I think this might be Ole's point. That the "real" SMTP server already has code to validate local recipients as well as many other such checks. Perhaps tmda-ofmipd should just pass the message on to the SMTP server, and when the SMTP server barfs, tmda-ofmipd will notice that, raise an exception, and the user's MUA will halt processing. This is how tmda-ofmipd has worked since the beginning. I wonder if the code you recently added is really necessary? Tbird aside, I know most MUAs handled things correctly, since I tested about a dozen of the most popular ones at the time. It's just been so long the particulars are a bit lost on me.