there are a few locations in bigevil.cf that need edits.
There are some spaces after .com  in lines
and .com in lines 52, 71, 72, 84, 137
and .net in lines 42, 56, 101, 124,  156
you can check with
grep ".com " bigevil.cf
and
grep ".net " bigevil.cf

you can solve it with the following
cat bigevil.cf | sed s:\.com.\|:\.com\|: | sed s:\.net\.\|:\.net\|: >newfile.cf


--
Anthony McCarthy
[EMAIL PROTECTED]




------------------------------------------------------- This SF.net email is sponsored by OSDN's Audience Survey. Help shape OSDN's sites and tell us what you think. Take this five minute survey and you could win a $250 Gift Certificate. http://www.wrgsurveys.com/2003/osdntech03.php?site=8 _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to