You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2006/03/24 18:44:36 UTC

[Bug 4840] alter _get_parsed_uri_list to support munged domains

http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4840





------- Additional Comments From dallase@nmgi.com  2006-03-24 17:44 -------
Created an attachment (id=3433)
 --> (http://issues.apache.org/SpamAssassin/attachment.cgi?id=3433&action=view)
alternate approach

well, this works, but may not be the preferred approach.  but i like quick
fixes.	;)

# echo -e "\n\nhttp://www[dot]lilacmoondolls[dot]com" | spamc -p 666
X-Spam-Tests: EMPTY_MESSAGE,NO_RECEIVED,NO_RELAYS,TVD_SPACE_RATIO,URIBL_BLACK

# echo -e "\n\nhttp://lilacmoondolls dot com" | spamc -p 666	    
X-Spam-Tests: EMPTY_MESSAGE,NO_RECEIVED,NO_RELAYS,URIBL_BLACK

# echo -e "\n\nhttp://sub1(dot)sub2(dot)lilacmoondolls(dot)com" | spamc -p 666
X-Spam-Tests: EMPTY_MESSAGE,NO_RECEIVED,NO_RELAYS,TVD_SPACE_RATIO,URIBL_BLACK




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.