R: Relay Checker Plugin (code review please?)

2006-10-31 Thread Giampaolo Tomassoni
So, if people could take a look at it, test it, see if it does what it advertises, and see if it's as accurate as my experience indicates, I would appreciate getting feedback. If it pans out, I'll see about putting it in a tar ball, and submitting it to the wiki's list of plugins.

SpamAssassin confusion and upgrading

2006-10-31 Thread Louis Li
Hello, I'm novice in Linux and I wish to add SpamAssassin to my current Fedora 3 server, I'm currently using my ISP mail accounts and I have tested with SAproxy in Windows and it works fine. However when I installed the bundled SpamAssassin (3.0.4), I couldn't find any settings to key in my ISP

Re: R: Relay Checker Plugin (code review please?)

2006-10-31 Thread Alain Wolf
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 31.10.2006 09:13, * Giampaolo Tomassoni wrote: So, if people could take a look at it, test it, see if it does what it advertises, and see if it's as accurate as my experience indicates, I would appreciate getting feedback. If it pans out,

R: R: Relay Checker Plugin (code review please?)

2006-10-31 Thread Giampaolo Tomassoni
Same here in Switzerland, at least one of the main national ISPs calls his clients nn-nn-nn-nn.static.cablecom.ch But we had already rejections and spam-tags from many places even before that plugin came out. But they give you a reverse DNS entry of your own hostname if you ask for. Well,

R: R: R: Relay Checker Plugin (code review please?)

2006-10-31 Thread Giampaolo Tomassoni
On 31.10.2006 09:32, * Giampaolo Tomassoni wrote: Same here in Switzerland, at least one of the main national ISPs calls his clients nn-nn-nn-nn.static.cablecom.ch But we had already rejections and spam-tags from many places even before that plugin came out. But they give you a

How to score mail to a defined address when not coming from a defined IP list

2006-10-31 Thread Fabio
Hi, I have a small site with some users and a sendmail mailing lists that contain all users. This mailing list is used almost exclusively by internal users, sending mail to all other users. Unfortunately, I receive a lot of spam (about 60% of total spam) to this address, and this is bad because

Re: How to score mail to a defined address when not coming from a defined IP list

2006-10-31 Thread Nigel Frankcom
On Tue, 31 Oct 2006 11:19:40 +0100, Fabio [EMAIL PROTECTED] wrote: Hi, I have a small site with some users and a sendmail mailing lists that contain all users. This mailing list is used almost exclusively by internal users, sending mail to all other users. Unfortunately, I receive a lot of spam

Re: R: Relay Checker Plugin (code review please?)

2006-10-31 Thread John Rudd
Giampaolo Tomassoni wrote: So, if people could take a look at it, test it, see if it does what it advertises, and see if it's as accurate as my experience indicates, I would appreciate getting feedback. If it pans out, I'll see about putting it in a tar ball, and submitting it to the wiki's

Re: R: R: R: Relay Checker Plugin (code review please?)

2006-10-31 Thread John Rudd
Giampaolo Tomassoni wrote: On 31.10.2006 09:32, * Giampaolo Tomassoni wrote: Same here in Switzerland, at least one of the main national ISPs calls his clients nn-nn-nn-nn.static.cablecom.ch But we had already rejections and spam-tags from many places even before that plugin came out. But

Re: R: R: Relay Checker Plugin (code review please?)

2006-10-31 Thread John Rudd
Alain Wolf wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 31.10.2006 09:32, * Giampaolo Tomassoni wrote: Same here in Switzerland, at least one of the main national ISPs calls his clients nn-nn-nn-nn.static.cablecom.ch But we had already rejections and spam-tags from many places even

R: R: R: R: Relay Checker Plugin (code review please?)

2006-10-31 Thread Giampaolo Tomassoni
...omissis... I've considered the exact opposite (adding static to the check for keywords). My rules are really looking more for is this a _client_ host, not is this a dynamic host. That one check looks for dynamic, but I'm not interested in exempting anyone because they're static.

R: R: Relay Checker Plugin (code review please?)

2006-10-31 Thread Giampaolo Tomassoni
I would prefer not to have to deal with a single, computed RELAY_CHECKER score, but with many different ones for each of the triggered cases. This way it would be easier to tune scores from this plugin. To me, your plugin could trigger the following tags: RELAY_CHECKER (at least

Re: R: Relay Checker Plugin (code review please?)

2006-10-31 Thread John Rudd
Massimiliano Hofer wrote: We have rather successfull anti-spam legislation and, except for botnets, really little spam originates here. Right ... but it's those botnets that this plugin is trying to catch. And, while I may be a little unyielding wrt to people whose ISPs are like Telecom

Re: R: Relay Checker Plugin (code review please?)

2006-10-31 Thread Jonas Eckerman
Giampaolo Tomassoni wrote: RELAY_CHECKER (at least one rule had been triggered. According to your code would score 4 by default); RC_NORDNS (scores 1); RC_BADRDNS (scores 1); RC_BADDNS (scores 1); RC_IPINHOSTNAME (scores 1); RC_DYNHOSTNAME (scores 1); Agreed. This way the plugin

R: R: Relay Checker Plugin (code review please?)

2006-10-31 Thread Giampaolo Tomassoni
Massimiliano Hofer wrote: We have rather successfull anti-spam legislation and, except for botnets, really little spam originates here. Right ... but it's those botnets that this plugin is trying to catch. I use greylisting for this, and it works great to me. Also, it simply

Re: Relay Checker Plugin (code review please?)

2006-10-31 Thread Rick Macdougall
John Rudd wrote: Rick Macdougall wrote: John Rudd wrote: Hi, Right off the bat I've disabled it. It, of course, hits on all mail my local users send. That's not really acceptable in an ISP situation so I've turned it off until tomorrow when I have the time to look at the code and see

RE: R: R: R: Relay Checker Plugin (code review please?)

2006-10-31 Thread Coffey, Neal
John Rudd wrote: I've considered the exact opposite (adding static to the check for keywords). [...] They've still got a hostname that looks like an end-client, and an end-client shouldn't be connecting to other people's mail servers. Any end-client that connects to someone else's email

Re: How to score mail to a defined addr ess when not coming from a defined IP list

2006-10-31 Thread Fabio
On Tue, 31 Oct 2006 11:19:40 +0100, Fabio [EMAIL PROTECTED] wrote: Hi, I have a small site with some users and a sendmail mailing lists that contain all users. This mailing list is used almost exclusively by internal users, sending mail to all other users. Unfortunately, I receive a lot

Re: SpamAssassin confusion and upgrading

2006-10-31 Thread Chris Purves
Louis Li wrote: Hello, I'm novice in Linux and I wish to add SpamAssassin to my current Fedora 3 server, I'm currently using my ISP mail accounts and I have tested with SAproxy in Windows and it works fine. However when I installed the bundled SpamAssassin (3.0.4), I couldn't find any

bayes_auto_learn_threshold_nonspam

2006-10-31 Thread Adam Katz
Is there a way to set the bayes auto-learn thresholds to ignore the score modifications from bayes and whitelists? It seems silly to teach SA that a spam whose only flag was BAYES_20 is ham, or that spam from a whitelisted friend's virus-infected computer is ham. (Maybe this is done already? I

Re: Simple script that rejects mail from spammers

2006-10-31 Thread John D. Hardin
On Tue, 31 Oct 2006, sa-russian wrote: Hi to all! I made a simple script that scans sendmail log files, finds IP from which several spam messages were received, and blocks them in sendmail access file. I just set up something similar to block at the firewall (Linux iptables, sendmail

Re: problems with redirected mail

2006-10-31 Thread Wojciech Potrzebowski
I assume that I scan all mail automatically (obviously there might be some setup errors). Still I don't know why some redirected e-mails get through when others not, even if both are scored as spam on my local server. Thank's Wojtek Magnus Holmgren wrote: On Monday 30 October 2006 21:41,

RE: increase score of rules

2006-10-31 Thread Bowie Bailey
Pablo Allietti wrote: Hi all i want to increase the score of a images rules how can i do that ? for example HTML_IMAGE_ONLY_28 HTML_IMAGE_RATIO_02 i want to modify the score about this rules for example 4.0 which file i need to modify? how? Just drop the new score rules into your

Re: R: R: R: Relay Checker Plugin (code review please?)

2006-10-31 Thread John Rudd
Steven Dickenson wrote: On Oct 31, 2006, at 6:09 AM, John Rudd wrote: I've considered the exact opposite (adding static to the check for keywords). My rules are really looking more for is this a _client_ host, not is this a dynamic host. That one check looks for dynamic, but I'm not

Rule Updates

2006-10-31 Thread Patrick
I'm a little confused on rule updates. If you are using SA version 3.04 and run sa-update and/or rulesdujour, will the rules be updated only to the 3.0 branch or will they be updated to the most current branch and just fail if there are dependency issues? [EMAIL PROTECTED] CocoNet

Re: R: Age of a domain name - a new test?

2006-10-31 Thread John D. Hardin
On Mon, 30 Oct 2006, Jeff Chan wrote: On Monday, October 30, 2006, 11:28:39 PM, Giampaolo Tomassoni wrote: Ok. Why not combine an age check with Hardin's spam-friendly registar plugin? I mean, a brand-new domain from a SFR (Spam-friendly registar) is really bad (scores 5?). A

Re: Rule Updates

2006-10-31 Thread Matthias Haegele
Patrick schrieb: I'm a little confused on rule updates. If you are using SA version 3.04 and run sa-update and/or rulesdujour, will the rules be updated only to the 3.0 branch or will they be updated to the most current branch and just fail if there are dependency issues? rulesdujour: You

Re: Day '31' out of range 1..30

2006-10-31 Thread Theo Van Dinter
On Tue, Oct 31, 2006 at 11:56:35AM +0100, Yves Goergen wrote: I've installed SpamAssassin 3.1.6 on Debian Linux 3.1. Is there a way to get rid of this error message? The whole message follows: Oct 31 10:53:06 mond spamd[19424]: Day '31' out of range 1..30 at

Re: Simple script that rejects mail from spammers

2006-10-31 Thread Will Nordmeyer
On Tue, 31 Oct 2006, sa-russian wrote: Hi to all! I made a simple script that scans sendmail log files, finds IP from which several spam messages were received, and blocks them in sendmail access file. I just set up something similar to block at the firewall (Linux iptables,

Re: How to score mail to a defined address when not coming from a defined IP list

2006-10-31 Thread Rubin Bennett
On Tue, 2006-10-31 at 11:19 +0100, Fabio wrote: Hi, I have a small site with some users and a sendmail mailing lists that contain all users. This mailing list is used almost exclusively by internal users, sending mail to all other users. Unfortunately, I receive a lot of spam (about 60% of

Re: Age of a domain name - a new test?

2006-10-31 Thread Andreas Pettersson
Jeff Chan wrote: Generally speaking whois queries is a poor way to determine domain age, at least for client applications. The whois infrastructure is simply not designed to support the volume of queries required, even if locally cached. Perhaps CRISP is part of the answer to this problem.

Simple script that rejects mail from spammers

2006-10-31 Thread sa-russian
Hi to all! I made a simple script that scans sendmail log files, finds IP from which several spam messages were received, and blocks them in sendmail access file. The backgroung is as follows: Once I found that our MX is nearly down. Running top exposed a lot of spamd instances, cosuming

Re: Relay Checker Plugin (code review please?)

2006-10-31 Thread Matthew Newton
Hi, On Mon, Oct 30, 2006 at 03:23:21PM -0800, John Rudd wrote: I've written a plugin for Spam Assassin that does the relay checks I ...and here was me just working out how to get exim to check this, and have SpamAssassin add a score, and your mail arrived :-) 1) no RDNS for the machines that

increase score of rules

2006-10-31 Thread Pablo Allietti
Hi all i want to increase the score of a images rules how can i do that ? for example HTML_IMAGE_ONLY_28 HTML_IMAGE_RATIO_02 i want to modify the score about this rules for example 4.0 which file i need to modify? how?

Re: Simple script that rejects mail from spammers

2006-10-31 Thread Stuart Johnston
sa-russian wrote: Hi to all! I made a simple script that scans sendmail log files, finds IP from which several spam messages were received, and blocks them in sendmail access file. The backgroung is as follows: Once I found that our MX is nearly down. Running top exposed a lot of spamd

Re: Thunderbird Forwarding Spam

2006-10-31 Thread itdelany
I edited the script to be able to run it from command line, it parses every file under $dirname variable and save the results (tripped emails) under $path. I am not a Perl Coder (But a Java One ;) ) so comments are welcome. I made it available here: #!/usr/bin/perl # my $path = Spam/; use

Re: Simple script that rejects mail from spammers

2006-10-31 Thread Millan, Raul
I'm intrested how do I get it? Cheers, Raul - Sent from my Treo 650 Smartphone -Original Message- From: John D. Hardin [EMAIL PROTECTED] Subj: Re: Simple script that rejects mail from spammers Date: Tue Oct 31, 2006 11:48 am Size: 924 bytes To:

Re: Simple script that rejects mail from spammers

2006-10-31 Thread Evan Platt
At 09:36 AM 10/31/2006, you wrote: Here's something similar: http://fut.patch.com/ I'd be interested in something for postfix / ipfw... :)

Re: bayes_auto_learn_threshold_nonspam

2006-10-31 Thread Chris Purves
Adam Katz wrote: Is there a way to set the bayes auto-learn thresholds to ignore the score modifications from bayes and whitelists? It seems silly to teach SA that a spam whose only flag was BAYES_20 is ham, or that spam from a whitelisted friend's virus-infected computer is ham. (Maybe this

Re: increase score of rules

2006-10-31 Thread Jim Maul
Pablo Allietti wrote: Hi all i want to increase the score of a images rules how can i do that ? for example HTML_IMAGE_ONLY_28 HTML_IMAGE_RATIO_02 i want to modify the score about this rules for example 4.0 which file i need to modify? how? You read the documentation like a good little

Re: Simple script that rejects mail from spammers

2006-10-31 Thread Chris Purves
sa-russian wrote: Hi to all! I made a simple script that scans sendmail log files, finds IP from which several spam messages were received, and blocks them in sendmail access file. The backgroung is as follows: Once I found that our MX is nearly down. Running top exposed a lot of spamd

Re: Simple script that rejects mail from spammers

2006-10-31 Thread Frank Bures
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 31 Oct 2006 19:29:37 +0300 (MSK), sa-russian wrote: Hi to all! I made a simple script that scans sendmail log files, finds IP from which several spam messages were received, and blocks them in sendmail access file. The backgroung is as

whitelist_from_rcvd

2006-10-31 Thread Chris Edwards
Hello! Praise... I have not used spamassassin for several years. I switched companies recently and they were getting killed with spam. I have really enjoyed relearning spamassassin and reading the mailing list. Spamassassin has done and incredible job of reducing the amount of spam coming

Re: Rule Updates

2006-10-31 Thread Theo Van Dinter
On Tue, Oct 31, 2006 at 11:17:56AM -0500, Patrick wrote: I'm a little confused on rule updates. If you are using SA version 3.04 and run sa-update and/or rulesdujour, will the rules be updated only to the 3.0 branch or will they be updated to the most current branch and just fail if there

Re: R: R: R: Relay Checker Plugin (code review please?)

2006-10-31 Thread Steven Dickenson
On Oct 31, 2006, at 6:09 AM, John Rudd wrote: I've considered the exact opposite (adding static to the check for keywords). My rules are really looking more for is this a _client_ host, not is this a dynamic host. That one check looks for dynamic, but I'm not interested in exempting

Re: Day '31' out of range 1..30

2006-10-31 Thread Yves Goergen
On 31.10.2006 17:42 CE(S)T, Theo Van Dinter wrote: On Tue, Oct 31, 2006 at 11:56:35AM +0100, Yves Goergen wrote: I've installed SpamAssassin 3.1.6 on Debian Linux 3.1. Is there a way to get rid of this error message? The whole message follows: Oct 31 10:53:06 mond spamd[19424]: Day '31' out

Re: Simple script that rejects mail from spammers

2006-10-31 Thread Stuart Johnston
Evan Platt wrote: At 09:36 AM 10/31/2006, you wrote: Here's something similar: http://fut.patch.com/ I'd be interested in something for postfix / ipfw... :) Currently analyzes log files based on behavior of OpenSSH v4.2, Postfix v2.2.4, and ProFTPD v1.2 as packaged for Debian systems.

Re: Day '31' out of range 1..30

2006-10-31 Thread Theo Van Dinter
On Tue, Oct 31, 2006 at 07:16:46PM +0100, Yves Goergen wrote: Can you open a bugzilla ticket about this and attach (not cut/paste) the message causing the issue to the ticket? Line 446 is: Does someone already have an account for that? You should create yourself an account and then you'll

Help

2006-10-31 Thread san
Hello.. I have received lots of spam mails like the one i have attached... So I would like to make a rule to detect this kind of spam I have gone through SARE and i did't get any rule to aviod this and iam ver new to spam assassin Anyone who can make this rule? Any kind of help is much

Re: R: Age of a domain name - a new test?

2006-10-31 Thread Kenneth Porter
--On Tuesday, October 31, 2006 8:28 AM +0100 Giampaolo Tomassoni [EMAIL PROTECTED] wrote: Ok. Why not combine an age check with Hardin's spam-friendly registar plugin? Where can I find out more about this plugin? I searched the wiki for registrar and it doesn't turn up.

Re: Simple script that rejects mail from spammers

2006-10-31 Thread John D. Hardin
On Tue, 31 Oct 2006, Will Nordmeyer wrote: On Tue, 31 Oct 2006, sa-russian wrote: Hi to all! I made a simple script that scans sendmail log files, finds IP from which several spam messages were received, and blocks them in sendmail access file. I just set up something

SpamAssassin + sql user prefs

2006-10-31 Thread Chris Szilagyi
Hello: I have not been able to find the answer to my question so I thought I'd try this mailing list. I have SpamAssassin 3.1.7 (using spamc/spamd) installed on a Red Hat 7.1 system, with Perl 5.6.1. We currently have SQL user prefs enabled in a MySQL db, and put the entries in /etc/procmailrc

Re: Simple script that rejects mail from spammers

2006-10-31 Thread dsanchez
Evan Platt wrote: At 09:36 AM 10/31/2006, you wrote: Here's something similar: http://fut.patch.com/ I'd be interested in something for postfix / ipfw... :) Currently analyzes log files based on behavior of OpenSSH v4.2, Postfix v2.2.4, and ProFTPD v1.2 as packaged for Debian systems.

Re: SpamAssassin + sql user prefs

2006-10-31 Thread Jim Maul
Chris Szilagyi wrote: Hello: I have not been able to find the answer to my question so I thought I'd try this mailing list. I have SpamAssassin 3.1.7 (using spamc/spamd) installed on a Red Hat 7.1 system, with Perl 5.6.1. We currently have SQL user prefs enabled in a MySQL db, and put the

Re: R: Age of a domain name - a new test?

2006-10-31 Thread John D. Hardin
On Tue, 31 Oct 2006, Kenneth Porter wrote: --On Tuesday, October 31, 2006 8:28 AM +0100 Giampaolo Tomassoni [EMAIL PROTECTED] wrote: Ok. Why not combine an age check with Hardin's spam-friendly registar plugin? Where can I find out more about this plugin? I searched the wiki for

Re: SpamAssassin + sql user prefs

2006-10-31 Thread John D. Hardin
On Tue, 31 Oct 2006, Jim Maul wrote: My question is: Are there any settings for SpamAssassin that users would set in their prefs, that would bypass scanning of their email? My reason for asking is that if we have users that do not want any scanning, we'd like to free up the load on

imap-connection for sa-learn

2006-10-31 Thread Harald ARNOLD
I want to filter my spam mail by amavis/spamassassion (SuSE V10) for a linux box (evolution) and also for a second W2K box with outlook. Everything is working fine, but I cannot put spam-mails in an imap folder to transfer those mails back to the mail-server to learn via sa-learn --spam. On my

Re: SpamAssassin + sql user prefs

2006-10-31 Thread Benny Pedersen
On Tue, October 31, 2006 20:01, Chris Szilagyi wrote: the front-end for the user settings, and one of the settings is to set the level to '99' = _(Don't Filter). But I'm just trying to figure out if this will force SpamAssassin (spamd) to just pass the message through without examining the

Re: R: R: Age of a domain name - a new test?

2006-10-31 Thread John D. Hardin
On Tue, 31 Oct 2006, Giampaolo Tomassoni wrote: Where can I find out more about this plugin? I searched the wiki for registrar and it doesn't turn up. http://www.impsec.org/~jhardin/SURBL_registrar/ It was on an Hardin's message (id [EMAIL PROTECTED]) sent yesterday to this list.

Script question.

2006-10-31 Thread Kyle Quillen
Hello all, I have a bit of a problem. I am trying to come up with a solution that I think will help a lot of people who use the qmail toaster mail server. I have my toaster setup to drop mail tagged as spam into spam directories in each users mailbox. I am planning on putting a Ham box in their

Re: Relay Checker Plugin (code review please?)

2006-10-31 Thread John Rudd
Stuart Johnston wrote: John Rudd wrote: 2) This sort of replaces the other set of rules I created, that did this with metarules instead of a plugin. This made some of the checks less useful. You probably don't need to use both methods. So, what is the point of doing this as a plugin

Re: Script question.

2006-10-31 Thread John D. Hardin
On Tue, 31 Oct 2006, Kyle Quillen wrote: I have my toaster setup to drop mail tagged as spam into spam directories in each users mailbox. I am planning on putting a Ham box in their web mail as well. I would like to come up with a script for the toaster community that will tell spamassassin

Re: Relay Checker Plugin (code review please?)

2006-10-31 Thread Stuart Johnston
John Rudd wrote: Stuart Johnston wrote: John Rudd wrote: 2) This sort of replaces the other set of rules I created, that did this with metarules instead of a plugin. This made some of the checks less useful. You probably don't need to use both methods. So, what is the point of doing

What has happened to RulesDuJour?

2006-10-31 Thread Robert S
If I go to the RulesDuJour site (http://www.exit0.us/index.php?pagename=RulesDuJour), I get: Object not found! The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error. If you think

Re: SpamAssassin + sql user prefs

2006-10-31 Thread Darron Froese
On 31-Oct-06, at 12:01 PM, Chris Szilagyi wrote: I have SpamAssassin 3.1.7 (using spamc/spamd) installed on a Red Hat 7.1 system, with Perl 5.6.1. We currently have SQL user prefs enabled in a MySQL db, and put the entries in /etc/procmailrc to enable system-wide scanning. My question

RE: Script question.

2006-10-31 Thread Bowie Bailey
Kyle Quillen wrote: Hello all, I have a bit of a problem. I am trying to come up with a solution that I think will help a lot of people who use the qmail toaster mail server. I have my toaster setup to drop mail tagged as spam into spam directories in each users mailbox. I am planning on

Re: bayes_auto_learn_threshold_nonspam

2006-10-31 Thread Kelson
Chris Purves wrote: Running grep noautolearn /usr/share/spamassassin/* returns the list of tests with noautolearn set. ... No Bayes in this list. If your bayes database is well trained, then I don't see why it shouldn't be used to determine and train more spam or ham. It doesn't need to be

Re: Simple script that rejects mail from spammers

2006-10-31 Thread The Doctor
On Tue, Oct 31, 2006 at 08:48:16AM -0800, John D. Hardin wrote: On Tue, 31 Oct 2006, sa-russian wrote: Hi to all! I made a simple script that scans sendmail log files, finds IP from which several spam messages were received, and blocks them in sendmail access file. I just set up

Re: Rule Updates

2006-10-31 Thread Matt Kettler
Matthias Haegele wrote: Patrick schrieb: I'm a little confused on rule updates. If you are using SA version 3.04 and run sa-update and/or rulesdujour, will the rules be updated only to the 3.0 branch or will they be updated to the most current branch and just fail if there are dependency

Re: Help

2006-10-31 Thread Matt Kettler
san wrote: Hello.. I have received lots of spam mails like the one i have attached... So I would like to make a rule to detect this kind of spam I have gone through SARE and i did't get any rule to aviod this and iam ver new to spam assassin Anyone who can make this rule? Any kind of

Re: whitelist_from_rcvd

2006-10-31 Thread Matt Kettler
Chris Edwards wrote: Hello! Praise... I have not used spamassassin for several years. I switched companies recently and they were getting killed with spam. I have really enjoyed relearning spamassassin and reading the mailing list. Spamassassin has done and incredible job of

Re: Relay Checker Plugin (code review please?)

2006-10-31 Thread John Rudd
Stuart Johnston wrote: John Rudd wrote: Stuart Johnston wrote: John Rudd wrote: 2) This sort of replaces the other set of rules I created, that did this with metarules instead of a plugin. This made some of the checks less useful. You probably don't need to use both methods. So, what

pyzor server address

2006-10-31 Thread François Rousseau
I have a simple question... someone know a good pyzor server?Right now pyzor discover give me 66.250.40.33:24441and a pyzor ping give me 66.250.40.33:24441 TimeoutError:So I suppose this server is just dead...ThanksFrancois Rousseau

Re[2]: why this spam has a negative score?

2006-10-31 Thread m . donicova
Dobrý den, 24. ríjna 2006, 8:05:06, napsal jste: [EMAIL PROTECTED] wrote to me off list: So, how whitelist the e-mail from users in my domain? I'd be asking myself why there's a need to whitelist my own users. Afterall, if you have to whitelist them to avoid their messages being marked as

Net::DNS and Perl 5.8.1

2006-10-31 Thread m . donicova
Itś possible on perl version 5.8.1 install the Net::DNS? [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]