Hello,
 
When a message with a 'From:' header line contains a comma, like :
    From: my, test <[EMAIL PROTECTED]>
Sendmail rewrites it, prepending @domain_ name before the comma :
    From: [EMAIL PROTECTED] name, test <[EMAIL PROTECTED]>
 
If the line is encoded beforehand by the SMTP client (quoted-printable, 
base64, ...), this rule does not apply. I noticed the same behaviour with 
Sendmail.
 
Is there an explanation to this, and a way to deactivate it ? It's not 
about the MAIL FROM command, but the From: field.
 
Thanks in advance.
 
Christian


      

-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to