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
If svnnotify is used to send emails to too many users it can create a non compliant To: header line.
This can also happen easily if multiple -x arguments are used. Then some email adresses can be repeted several times in the To: header field.
I suggest to
split (aka fold) the To: header line with CRLF as described in RFC822.
remove duplicate email adresses in both $to or $cc fields.
Thanks for the excellent job
Regards,
Jean-Michel.
The text was updated successfully, but these errors were encountered:
If svnnotify is used to send emails to too many users it can create a non compliant To: header line.
This can also happen easily if multiple -x arguments are used. Then some email adresses can be repeted several times in the To: header field.
I suggest to
Thanks for the excellent job
Regards,
Jean-Michel.
The text was updated successfully, but these errors were encountered: