On Wed, Oct 18, 2017 at 10:13 AM, Ole Martin Svanekil <o.m.svane...@usit.uio.no> wrote: > I'm using msmtp to send mail with multiple recipients.I have noticed that > msmtp aborts when receiving a 550 from the mail server In this example the > email address te...@mycompany.com does not exist > > My preferred behavior would be to send the email to the existing recipients. > Is this behavior possible to adjust with configuration settings?
Maybe, I'm not aware of any such. You could postprocess it out to msmtp calls, but that's work. Or just disable or add logic around what is probably one line in the code. You'll definitely also want to log and/or bounce it. Seems to me this should be fixed. > --> MAIL FROM:<t...@mycompany.com> > <-- 250 OK > --> RCPT TO:<te...@mycompany.com> > <-- 250 Accepted > --> RCPT TO:<te...@mycompany.com> > <-- 550 < te...@mycompany.com >: Gone away, no forwarding address known > msmtp: recipient address te...@mycompany.com not accepted by the server > msmtp: server message: 550 < te...@mycompany.com >: Gone away, no forwarding > address known > msmtp: could not send mail ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ msmtp-users mailing list msmtp-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/msmtp-users