View Single Post
  #1   (View Single Post)  
Old 10th September 2018
vanGrimoire's Avatar
vanGrimoire vanGrimoire is offline
Port Guard
 
Join Date: Nov 2012
Posts: 43
Default Sendmail not parsing colons

Hello,


I've tested sendmail from the commandline and found that I can send email if it does not contain a colon.
For example:
Code:
sendmail user@mailserver.com << EOF
Hello, this is a test email.
EOF
works, but this:

Code:
sendmail user@mailserver.com << EOF
Subject: Test email
This is a test email.subject: hello what!
EOF

sendmail: command failed: 550 5.7.1 Delivery not authorized, message refused: Message is not RFC 2822 compliant
does not.

Thanks in advance.
Attached Files
File Type: txt dmesg.txt (18.9 KB, 36 views)

Last edited by vanGrimoire; 11th September 2018 at 01:33 AM. Reason: title, more data
Reply With Quote