GreenMail cannot receive bounce messages
Brought to you by:
marcel_may,
waelc
My application reads a POP3 mailbox and resends the messages it reads after processing. When this fails, it needs to generate and send a bounce message. GreenMail cannot receive these bounce messages, as it doesn't recognize <> as MAIL FROM: argument.
Example SMTP session:
220 BOLNL-W7453/10.10.132.14 GreenMail SMTP Service Ready
EHLO BOLNL-W7453.local.nl.bol.com
250 BOLNL-W7453/10.10.132.14
MAIL FROM:<>
501 Malformed email address. Use form email@host
Migrated to https://github.com/greenmail-mail-test/greenmail/issues/28.
GreenMail 1.4.0 fixes this issue.