On Wed, Sep 18, 2019, Evgeniy Berdnikov via Exim-users wrote: > sleep 1 ; echo "MAIL FROM: <[email protected]>"
Please read the fine RFCs: there is NO space after ':'! MAIL FROM:<[email protected]> > sleep 1 ; echo DATA > For regular mail exchange this approach is not very comfortable, yes. :) Well, your example is broken... It doesn't even list a RCPT and it ignores errors. There's certainly a better way to use a real MTA for this purpose. -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
