4
First of all thanks for the feedback.
When I'm home this evening I will try the option to modify xoopsmultimailer.php and post here the outcome.
The story starts at the sending mailserver, which logs:
....
212.xxxxxxxx - OutboundConnectionResponse [31/Aug/2005:03:41:47 +0100] "- -?451+See+http://pobox.com/~djb/docs/smtplf.html. SMTP" 0 47
212.xxxxxxxx - OutboundConnectionResponse [31/Aug/2005:03:41:47 +0100] "- -?
.....
So, when I send a mail from mailserver A to mailserver B the receiving mailserver B rejects the mail.
But it can happen that when I send a mail from mailserver A to mailserver C it works.
On
http://cr.yp.to/docs/smtplf.html a detailed explanation is given regarding the Bare LFs in SMTP.
Finally it means that some receiving mailservers (like qmail) will reject the mail and for the enduser of the website it looks always like there is no problem (but there is because the mail will never be delivered in some cases).
Will be continued.....