On 04/01, David F. Skoll wrote:
> o 536,596 (5.8%) sent _only_ ham
>
> o 7,821,574 (86%) sent _only_ spam
>
> o The remaining 744,705 (8.2%) sent a mixture. Most Yahoo! servers are in
> this category.
Sounds reasonable. It's nice to see the numbers, thanks.
> You saw less than 0.05% sending
On Fri, 1 Apr 2011 14:34:16 -0400
dar...@chaosreigns.com wrote:
> Out of the 86,899 IPs I have data for, all but 38 are either 100%
> spam or 100% ham,
That sounds a bit funny.
We have data on over 17 million IP addresses (collected using
http://mimedefang.org/reputation) Of those, about 9 milli
On 04/01, Mark Martinec wrote:
> > eval:check_rbl_sub('iprep-firsttrusted', '127.\d+.\d+.100') describe
>
> Do not forget to backslash-quote dots in a regular expression
> if you mean a literal dot instead of 'any character'.
Updated rules (thanks again):
ifplugin Mail::SpamAssassin::Plugin::DN
> > Do not forget to backslash-quote dots in a regular expression
> > if you mean a literal dot instead of 'any character'.
>
> Eep. That was copied from existing rules. I believe you're right, and
> there are a bunch of rules that need more escaping. Thanks.
True, there is a bunch of rules th
On 04/01, Michael Scheidell wrote:
> On 4/1/11 2:34 PM, dar...@chaosreigns.com wrote:
> >header RCVD_IN_IPREPDNS_0 eval:check_rbl_sub('iprep-firsttrusted',
> >'127.\d+.\d+.0')
> >describe RCVD_IN_IPREPDNS_0 Sender listed
> >athttp://www.chaosreigns.com/iprep/, 0% ham
> >tflags
On 04/01, Mark Martinec wrote:
> > eval:check_rbl_sub('iprep-firsttrusted', '127.\d+.\d+.100') describe
>
> Do not forget to backslash-quote dots in a regular expression
> if you mean a literal dot instead of 'any character'.
Eep. That was copied from existing rules. I believe you're right, and
On 4/1/11 2:34 PM, dar...@chaosreigns.com wrote:
header RCVD_IN_IPREPDNS_0 eval:check_rbl_sub('iprep-firsttrusted',
'127.\d+.\d+.0')
describe RCVD_IN_IPREPDNS_0 Sender listed
athttp://www.chaosreigns.com/iprep/, 0% ham
tflags RCVD_IN_IPREPDNS_0 net
might actually n
> eval:check_rbl_sub('iprep-firsttrusted', '127.\d+.\d+.100') describe
Do not forget to backslash-quote dots in a regular expression
if you mean a literal dot instead of 'any character'.
Mark
data. Because now you
should get an immediate improvement in your spam filtration, based on data
you've provided on what IPs send you ham and spam.
More info, including the script to submit data (either from spam/ham
folders, or individual emails piped to standard input) here:
http://www.c
My plan is to create another free reputation service, like a combination of
a whitelist and a blacklist, except providing the actual data instead of
just yes/no/maybe. To help SpamAssassin filtering, obviously.
The data I'm planning to provide is, for every IP address, the percentage
of email fro
On Mon, Mar 05, 2007 at 10:58:00AM -0300, Luis Hernán Otegui wrote:
> OK, Chris, I think I'll go on with you suggestion. I seems simpler, and a
> lower
> load for my busted servers. However, I'm not a Perl Guru myself, so, mind if
> you could clarify what did you ment with "In that case, Perl's
>
On Mon, 5 Mar 2007, Luis Hernán Otegui wrote:
OK, Chris, I think I'll go on with you suggestion. I seems simpler, and a
lower load for my busted servers. However, I'm not a Perl Guru myself, so,
mind if you could clarify what did you ment with "In that case, Perl's
Mail::Box::Manager is your fri
OK, Chris, I think I'll go on with you suggestion. I seems simpler, and a
lower load for my busted servers. However, I'm not a Perl Guru myself, so,
mind if you could clarify what did you ment with "In that case, Perl's
Mail::Box::Manager is your friend."
How do I extract the original mail from t
On Fri, 2 Mar 2007, Luis Hernán Otegui wrote:
Hi, people, I am currently researching, trying to implement a way for my
POP3 users to train SA via message forwarding. I've read in the list that
the messages should be forwarded as attachments. My question is how do you
make SA process them. I was
SA process them. I was thinking of creating two accounts (
[EMAIL PROTECTED], and [EMAIL PROTECTED]), but frankly, I don't understand
the way to hand the forwarded messages to SA...
Currently, I run two production servers, with virtual users, and they have
separate HAM and SPAM IMAP folders for
EMAIL PROTECTED], and [EMAIL PROTECTED]), but frankly, I don't understand
the way to hand the forwarded messages to SA...
Currently, I run two production servers, with virtual users, and they have
separate HAM and SPAM IMAP folders for each user. Via a cron job, I teach
the system the spam mess
John D. Hardin wrote:
> On Tue, 20 Jun 2006, Michael Di Martino wrote:
>
>> How does one feed bayes ham and spam on an smpt gateway(no local
>> deliverey). All sever does is accetp mail for one 2 domains scrub
>> for virus and spam and then forward it to its nastly l
>
> > How does one feed bayes ham and spam on an smpt gateway(no local
> > deliverey). All sever does is accetp mail for one 2 domains scrub
> > for virus and spam and then forward it to its nastly littly
> > exchange server.
>
> Can you set up shared Exchange fol
beginning
for us some years ago).
There are other ways, these are just the ones that come off the top of
my head.
Gary
> -Original Message-
> From: Michael Di Martino [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 20, 2006 12:36 PM
> To: users@spamassassin.apache.org
> Subjec
On Tue, 20 Jun 2006, Michael Di Martino wrote:
> How does one feed bayes ham and spam on an smpt gateway(no local
> deliverey). All sever does is accetp mail for one 2 domains scrub
> for virus and spam and then forward it to its nastly littly
> exchange server.
Can you set up sha
I am sure this has been posted b/4 however I am having a hard
time finding it in the archives
How does one feed bayes ham and spam on an smpt gateway(no local
deliverey).
All sever does is accetp mail for one 2 domains scrub for virus and spam
and
then forward it to its nastly littly exchange
Mathieu Nantel wrote:
Good day,
I'm sorry if that question has been answered before, but I could not find an
answer.
Is there a command / way that will show how many spams and hams have been
learned by the Bayesian filter?
sa-learn --dump magic
--
Adam Lanier
Bernard L. Madoff Investment Securi
-Original Message-
From: Mathieu Nantel [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 26, 2004 9:29 AM
To: users@spamassassin.apache.org
Subject: List number of ham and spam in Bayes
Good day,
I'm sorry if that question has been answered before, but I could not
find an answer
Good day,
I'm sorry if that question has been answered before, but I could not find an
answer.
Is there a command / way that will show how many spams and hams have been
learned by the Bayesian filter?
--
Mathieu Nantel, RHCE - Systems Manager
Ecopia BioSciences Inc.
(514) 336-2724 x434
24 matches
Mail list logo