Re: [Mimedefang] suspicious characters

2005-10-25 Thread Joseph Brennan
My experience with $SuspiciousCharsInBody are that it is pretty much useless in all circumstances except for a very strict home system with a few users. There are simply too many crappy MUAs out there. Cyrus rejects messages with these characters, and I'd rather refuse during smtp than

[Mimedefang] Requesting help making a mod to my filter

2005-10-25 Thread Fred
Hello, I would like to modify my filter to include the scores for the spamassassin tests next to the name of the test, Using SA config options you can make your X-Spam-Score line look like this: BAYES_50=0.001,HTML_MESSAGE=0.0001,FOO=1.0, etc. Is it possible to reproduce this in the

[Mimedefang] Please review: new Spamc feature

2005-10-25 Thread Matthew.van.Eerde
I've broken down and coded a mimedefang-filter that calls spamc instead of use'ing Mail::SpamAssassin. I'd ideally like to post this on the wiki for those who might find it useful... but I'm interested in feedback first. Can you glance over the code and tell me what you think? The idea is to

RE: [Mimedefang] Requesting help making a mod to my filter

2005-10-25 Thread Matthew.van.Eerde
Fred wrote: Hello, I would like to modify my filter to include the scores for the spamassassin tests next to the name of the test, Using SA config options you can make your X-Spam-Score line look like this: BAYES_50=0.001,HTML_MESSAGE=0.0001,FOO=1.0, etc. Is it possible to reproduce

Re: [Mimedefang] MX - 127.0.0.1

2005-10-25 Thread Jan Pieter Cornet
On Mon, Oct 24, 2005 at 05:07:40AM -0400, Kevin A. McGrail wrote: So for example, we don't reject outright on private IP space in MX records, as long as there are other reachable addresses too. I chose to only check the primary MX because my analysis showed that it was likely to be a good

Re: [Mimedefang] Please review: new Spamc feature

2005-10-25 Thread John Nemeth
On Mar 17, 5:37am, [EMAIL PROTECTED] wrote: } } I've broken down and coded a mimedefang-filter that calls spamc } instead of use'ing Mail::SpamAssassin. } } I'd ideally like to post this on the wiki for those who might find it } useful... but I'm interested in feedback first. Can you glance over

Re: [Mimedefang] Please review: new Spamc feature

2005-10-25 Thread Richard Laager
On Tue, 2005-10-25 at 11:01 -0700, [EMAIL PROTECTED] wrote: I do all sorts of things w/ MIMEDefang besides spam-scan, and while the MIMEDefang threads are doing all these things, that SpamAssassin module is sitting there idle, but taking up space. Use the embedded Perl feature of MIMEDefang