Bug 4841 - Header not compliant with RFC822 ?
Summary: Header not compliant with RFC822 ?
Status: RESOLVED WONTFIX
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: spamassassin (show other bugs)
Version: 3.1.1
Hardware: PC FreeBSD
: P5 major
Target Milestone: Undefined
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-26 10:21 UTC by Bretislav Kubesa
Modified: 2006-03-26 05:37 UTC (History)
0 users



Attachment Type Modified Status Actions Submitter/CLA Status

Note You need to log in before you can comment on or make changes to this bug.
Description Bretislav Kubesa 2006-03-26 10:21:28 UTC
Hello,

I have some problems with rejecting messages by one mail server (not managed by 
me) with postfix installed, I get error :
550 - Requested action not taken: Nonstandard SMTP line terminator.

I analyzed TCPDUMP communication between my system and target system and I 
found very strange thing in header:

Message: User-Agent: Mutt/1.5.11\r\n
Message: X-Spam-Status: No, score=-103.5 required=5.2 
tests=ALL_TRUSTED,AWL,BAYES_00,\r
Message: \r\n

...as you can see, X-Spam-Status ends with "\r" only, which is against RFC822 ?

As I think that this is problem of Spamassassin, I`m posting it here. 

Sorry if I`m wrong.
Comment 1 Bretislav Kubesa 2006-03-26 13:37:11 UTC
Bug not related to Spamassassin but to Spamass-Milter :

http://savannah.nongnu.org/bugs/?func=detailitem&item_id=16164