muquit / mailsend

A program to send mail via SMTP from command line
Other
295 stars 68 forks source link

No "Bounce Back" - Empty Envelope From Address #17

Open muquit opened 10 years ago

muquit commented 10 years ago

From SeanDor...@gmail.com on August 04, 2013 15:36:54

What steps will reproduce the problem? 1. Using all the switches for a return address, -rt & -f, can't get bounce back messages What is the expected output? What do you see instead? When an email is sent to a valid address, the return address works fine. When an email is sent to an invalid address (miss-spelled, no longer there, any reason that it can't be delivered), there is no bounce back message. The bounce back is needed make sure we are only sending to valid email's What version of the product are you using? On what operating system? v1.17b12 on Windows 7 SP1 Please provide any additional information below. Dump from the mail server receiving the incorrect email address:

X-Barracuda-Envelope-From: From: me@My_Domain.com me@My_Domain.com To: Not_Real@YourDomain.com Reply-To: me@My_Domain.com X-Mailer: @(#) mailsend v1.17b12 (Windows) Return-Path: me@My_Domain.com X-OriginatorOrg: My_Domain.com X-Barracuda-Orig-Rcpt: Not_Real@YourDomain.com X-Barracuda-Spam-Status: No, SCORE=0.01 using global scores of TAG_LEVEL=1000.0 QUARANTINE_LEVEL=4.3 KILL_LEVEL=5.8 tests=EMPTY_ENV_FROM X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.2.137590 Rule breakdown below pts rule name description


0.00 EMPTY_ENV_FROM         Empty Envelope From Address

Commandline: mailsend -q -to Not_Real@YourDomain.com -from me@My_Domain.com -starttls -port 587 -auth -smtp outlook.office365.com -user me@My_Domain.com -pass NotARealPassword -name "My Display name" -attach updcard.doc,application/msword,a -attach updmsg.txt,text,i -sub "Update request" -rt me@My_Domain.com -log mslog.txt >NUL 2>&1

Attachment: Log and commandline.txt

Original issue: http://code.google.com/p/mailsend/issues/detail?id=17

muquit commented 10 years ago

From jim.e.ha...@gmail.com on November 27, 2013 07:19:39

Is there a solution to this?