Re: [SAtalk] Re: Simplifying BigEvilList rules

2003-12-05 Thread Alex Pleiner
uot;, @row), ")\\b/i\n"; print "describe BigEvilList_$num\tGenerated BigEvilList_$num\n"; print "score BigEvilList_$num\t3.0\n\n"; } snip Alex -- Alex Pleiner zeitform Internet Dienste Fraunhoferstrasse 5 6

Re: [SAtalk] Extending the AWL concepts to URIs found in Spam Body

2003-10-24 Thread Alex Pleiner
) > I do think a distributed DNSBL/DNSWL based on URIs would work > well. Yes, this was one of the options I had in mind when asking (see my reply to Chris). Alex -- Alex Pleiner zeitform Internet Dienste Fraunhoferstrasse 5 64283 Darmstadt, Germany

Re: [SAtalk] Extending the AWL concepts to URIs found in Spam Bod y

2003-10-24 Thread Alex Pleiner
eople that can't use Bayes for some > reason. There out there. HOld on guys, I'm pulling for ya! :-) Yes, that's an important point. Alex -- Alex Pleiner zeitform Internet Dienste Fraunhoferstrasse 5 64283 Darmstadt, Germany http://www.ze

Re: [SAtalk] Extending the AWL concepts to URIs found in Spam Body

2003-10-24 Thread Alex Pleiner
* Justin Mason <[EMAIL PROTECTED]> [2003-10-23 21:19]: > Alex Pleiner writes: > > Wouldn't the URIs mentioned in Spam be good keys for some kind of > > auto-whitelisting with a similar mechanism as for AWL? > They already are in SpamAssassin 2.60. They're

[SAtalk] Extending the AWL concepts to URIs found in Spam Body

2003-10-23 Thread Alex Pleiner
se URIs and using this to lower/increase the final score would be different. Maybe the bayes filter can take URIs into account, but only as part of the whole body. Am I wrong on this? Is this a practical idea? Do I miss something? Regards, Alex -- Alex Pleiner zeitform Internet Dien

[SAtalk] Extract domain names from Mail Body (MIME)

2003-10-23 Thread Alex Pleiner
= $entity->parts; # how many mime parts? if ($num_parts) { split_entity( $entity->parts($_) ) foreach (0..$num_parts-1); } else { $finder->find(\$entity->bodyhandle->as_string) if $entity->effective_type =~ /^(message|text)\//; } } ###-fin- ---snap