[spambayes-bugs] [ spambayes-Bugs-788008 ] smtpproxy.py assumes too good format for addresses

SourceForge.net noreply at sourceforge.net
Wed Aug 13 17:08:45 EDT 2003


Bugs item #788008, was opened at 2003-08-14 00:23
Message generated for change (Comment added) made by anadelonbrin
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=498103&aid=788008&group_id=61702

Category: None
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Michal Vitecek (fufsource)
Assigned to: Nobody/Anonymous (nobody)
Summary: smtpproxy.py assumes too good format for addresses

Initial Comment:
if smtpproxy.py is fed with addresses without <>'s it
fails because it uses index() method to locate < and >
(methods BayesSMTPProxy.strip{Address,To}).

----------------------------------------------------------------------

>Comment By: Tony Meyer (anadelonbrin)
Date: 2003-08-14 11:08

Message:
Logged In: YES 
user_id=552329

Note that RFC821 says that the < and > are required, so this 
is really a bug in whatever program is feeding mail to the 
proxy.

However, in the interests of compatibility, I've checked in a 
fix for this.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=498103&aid=788008&group_id=61702



More information about the Spambayes-bugs mailing list