Am 07.04.2011 10:15, schrieb Daniel Bromberg: > On 4/7/2011 4:11 AM, deconya wrote: >> Hi list >> >> I have diferent mailman lists mounted and I detected a problem making >> tests >> to access, If I use telnet using other mailserver (mailserver.es) I >> receive >> this information: >> >> telnet mail.mydomain.com 25 >> Trying 84.88.68.66... >> [SNIP] >> 354 End data with<CR><LF>.<CR><LF> >> subject: test >> test > Again the quoting problem of literal SMTP conversations embedded in a > message that is actually its own SMTP transaction. Move the trailing '.' > in by one space in order to not cut off your own message.
Daniel, (in courtesy cc:) the problem appears to be at your end (particularly if you write "again") - likely some sendmail-command-style reinjection without -i or -oi -- check your filters and fetchers. The message has arrived in complete form on my end, and also at GMANE, where you can read the remainder of the post: <http://article.gmane.org/gmane.mail.postfix.user/219963>. Best Matthias