Re: several RCPT TO

2012-02-09 Thread Wietse Venema
Wael MANAI:
> I  am sending 1 message using postfix.sendmail command. In this 
> message I have 1 destination (To) but postfix uses 2 different RCPT TO 
> to send the message, 1 that is the value specify in the command 
> (option -t in sendmail) and the other = To. 
> The command used is: 
> /usr/sbin/sendmail  -f"postmas...@origin.com" -t +336121345678/ 

Postfix behaves exactly as documented in "man 1 sendmail".

Wietse


several RCPT TO

2012-02-09 Thread Wael MANAI
Hi, 
I  am sending 1 message using postfix.sendmail command. In this 
message I have 1 destination (To) but postfix uses 2 different RCPT TO 
to send the message, 1 that is the value specify in the command 
(option -t in sendmail) and the other = To. 
The command used is: 
/usr/sbin/sendmail  -f"postmas...@origin.com" -t +336121345678/ 
TYPE=p...@destination.com < msg2send 
Below the traces taken with wireshark: 
MAIL FROM: 
RCPT TO:<+336121345678/TYPE=p...@destination.com> 
RCPT TO: 
DATA 
250 2.1.0 Ok 
250 2.1.5 Ok 
250 2.1.5 Ok 
354 End data with . 
X-Mms-3GPP-MMS-Version: 5.3.0 
X-Mms-Message-Type: MM4_delivery_report.RES 
X-Mms-Transaction-ID: "Tid-20120208121019-277827-0516520593" 
X-Mms-Message-ID: "Mid-20120208121019-277827-0516520593" 
X-Mms-Request-Status-Code: Ok 
Message-ID:  
Date: Wed, 08 Feb 2012 13:10:21 +0100 
Sender: postmas...@origin.com 
To: postmas...@destination.com 
. 
QUIT 
How can we deactivate this addition ? 
thx for your help