Hi all,
As I mentioned in a previous mail, I was having an issue submitting
articles using Pan, as my provider (XSusenet) was returning a 441 due to
an improperly formatted email address. This patch is my attempt to fix
the issue; it compiles, however I can't properly test it because I
don't yet have premium.

I've attached a patch, and also I've made the change available on my
repo in the 'fix-email-quotes' branch at [1]; if someone out there uses
the same provider and happens to have a premium subscription, would you
be kind enough to help me test it?

[1] git://conforti.xyz/pan.git

-- 
Christopher Conforti
116c116
<       s = "\"" + username + "\" <" + address + ">";
---
>       s = username + " <" + address + ">";

Attachment: pgpRDFqCQMNTm.pgp
Description: OpenPGP digital signature

_______________________________________________
Pan-devel mailing list
Pan-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/pan-devel

Reply via email to