You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
send_with_timeout: apply timeout to message sending
Previously all the commands, such as RCPT and DATA, were using custom
user-supplied timeout, but the most expensive operation of sending the
message data and waiting for before-queue content filters to finish were
using default SMTP timeout.
This commit also removes the timeout from message reading operation. It
normally happens locally and otherwise I/O operations have their own
timeouts, e.g. if the message is read from NFS mount.
0 commit comments