kisli / vmime

VMime Mail Library
http://www.vmime.org
GNU General Public License v3.0
274 stars 110 forks source link

Avoid generating illegal Envelope-From with sendmail:// transport #285

Closed jengelh closed 10 months ago

jengelh commented 11 months ago

When the sender function argument is the empty object, vmime would still attempt to use it at sender.getEmail().generate(), but that produces just @. As sendmail is called with -f @, this shows up in postfix's logs as <""@>.