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
I use nullmailer to send an email from a generated text file. The tool that generates the file encodes the From: header with the MIME-Header encoding according to RFC2047. In my case, this looks like so:
I use nullmailer to send an email from a generated text file. The tool that generates the file encodes the From: header with the MIME-Header encoding according to RFC2047. In my case, this looks like so:
However nullmailer doesn't seem to recognize the encoding, and treating it as if it was an unqualified localpart, blindly adds
@$mailname
resulting inor, when decoded
An example of this can be seen at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=993667
Before making decisions about "fixing" a header, nullmailer must correctly decode the header.
The text was updated successfully, but these errors were encountered: