On Wed, Oct 18, 2017 at 10:13 AM, Ole Martin Svanekil
<[email protected]> 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  [email protected]  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:<[email protected]>
> <-- 250 OK
> --> RCPT TO:<[email protected]>
> <-- 250 Accepted
> --> RCPT TO:<[email protected]>
> <-- 550 < [email protected] >: Gone away, no forwarding address known
> msmtp: recipient address [email protected] not accepted by the server
> msmtp: server message: 550 < [email protected] >: 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/msmtp-users

Reply via email to