SMTP65 gave an error with a forwarded news message.
On closer inspection it appears SMTP65 was continuing to parse headers beyond the end of the email header block and was continuing into the headers of the forwarded message. It should stop parsing email headers after the first blank line.
SMTP65 gave an error with a forwarded news message.
On closer inspection it appears SMTP65 was continuing to parse headers beyond the end of the email header block and was continuing into the headers of the forwarded message. It should stop parsing email headers after the first blank line.
Can't believe I never spotted this ;)