Spamhaus has received some rather amusing legal threats from spammers, none of
which has ever actually been carried out. These threats are collected at
http://www.spamhaus.org/legal/cartoonies.html; good for a laugh.
--
Give a man a match, and he'll be warm for a minute, but set him on
fire, a
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Saturday 03 January 2004 16:08, Danny Aldham wrote:
> I run a mail hosting/relay box for a number of domains. I would like to
> offer spamassassin as a service, but some clients may not want to see
> the subject changed, etc. Is there a way to have
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello Danny,
Saturday, January 3, 2004, 4:08:24 PM, you wrote:
DA> I run a mail hosting/relay box for a number of domains. I would like to
DA> offer spamassassin as a service, but some clients may not want to see
DA> the subject changed, etc. Is ther
Gary Funck wrote:
>
> > From: Bryan Hoover [mailto:[EMAIL PROTECTED]
> > Sent: Saturday, January 03, 2004 7:05 PM
> [...]
> >
> > #extract only the address part -- so that's the format addresses should
> > appear in #mailing list address file too.
> >
> > HEADERTAGVAL=`formail -rztx To:`
> >
> > I
> From: Bryan Hoover [mailto:[EMAIL PROTECTED]
> Sent: Saturday, January 03, 2004 7:05 PM
[...]
>
> #extract only the address part -- so that's the format addresses should
> appear in #mailing list address file too.
>
> HEADERTAGVAL=`formail -rztx To:`
>
> ISMAILINGLIST=no
>
> :0
> * ? grep -i -x
Thanks for your insight Gary, and Bob.
So, to sum up, I think, the recipe for bypassing processing based on
sender address appearing in a text file of user's mailing list
subscription addresses:
ADDRESSFILE=listaddresses
#extract only the address part -- so that's the format addresses should
app
On Saturday 03 January 2004 21:39 CET Justin Mason wrote:
> Bill Landry writes:
> > That's awesome, looking forward to the SA 2.70 release! And since I
> > seem to be on a roll here, what about Web-o-Trust support
> > (www.web-o-trust.org) in SA?
>
> Well, I'm in the WoT already, so I do like it ;
Bayes database location defaults to ~/.spamassassin
The Bayes files are named such that they begin like, bayes_. Those are
the ones you want to remove.
Well, I tried that and interestingly enough my spam leakage became
a flood. So just for grins and giggles (I had no other ideas at the
I run a mail hosting/relay box for a number of domains. I would like to
offer spamassassin as a service, but some clients may not want to see
the subject changed, etc. Is there a way to have spamassassin_2.61
check a list of domains, and not score e-mail or change the subject for mail
addressed t
Much to my surprise, I found out that the current (2.60) SpamAssassin
code doesn't allow matches against the entire body or against the
entire rawbody (unless you make it an eval test). The regex matching is
done on a line-by-line basis.
Are there any plans to support regex matches against the ent
Debian Testing/Sarge
Spamassassin 2.61
I use fetchmail to get mail from my ISP, then procmail calls spamassassin
using system wide settings and delivers to two local users; Me and Mrs Me.
I'm struggling a little getting my head around blacklists and autolearning. I
have a few email addresses th
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello Justin,
Saturday, January 3, 2004, 1:01:18 PM, you wrote:
>>Digging into parse-rules-for-masses, it uses
>>> sub readrules {
>>> foreach my $indir (@_) {
>>> my @files = <$indir/[0-9]*.cf>;
>>which tells me that mass-check is reading my u
On Sun, 28 Dec 2003, Bob Proulx stated:
>> My publication is double-opted in by 15,000 families with children with
>> autism.
... but not by mine, nor will it be. I prefer to read newsletters
written by people who reasearch before they sound off.
> Statements such as that during an introduction o
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Jonas Eckerman writes:
>An alternative but also more complex way could be that user extensions need two
>functions. Like this:
>
>sub register_sa_user_function { #allways has this name, there has to be a separate
>file for each user extension
>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Robert Menschel writes:
>That tells me that either parse-rules-for-masses isn't finding the rules
>file, or is finding it and not reading it.
>
>Digging into parse-rules-for-masses, it uses
>> sub readrules {
>> foreach my $indir (@_) {
>> my @f
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
[EMAIL PROTECTED] writes:
>We are alive again so...
> Spamassassin v2.60
> Perl v5.6.1
John --
try SpamAssassin 2.61, it could be that there's a very large bayes
db there that's being expired -- in versions before 2.61, this
was implemented inef
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Bill Landry writes:
> - Original Message -
> From: "Theo Van Dinter" <[EMAIL PROTECTED]>
>
> > On Sat, Dec 20, 2003 at 11:49:37AM -0800, Bill Landry wrote:
> > > I was wondering if the SA developers are considering adding support
> > for
> >
Hi.
I am new to spamassassin, but it looks very good and I would like to use it.
After reading a lot of DOC's, I have decided what I want to do, but none of
them have
shown me how to do it.
I want to run spamd with sendmail, to filter all mail system wide at source
ie. in sendmail.
I've downl
http://www.interesting-people.org/archives/interesting-people/200401/msg0002
1.html
Delivered-To: [EMAIL PROTECTED]
Date: Fri, 02 Jan 2004 23:14:27 -0500
From: Jonathan B Spira <[EMAIL PROTECTED]>
Subject: History of Spam
To: [EMAIL PROTECTED]
Dave, hi and Happy New Year!
Our report on the his
Theo Van Dinter wrote:
> It's the only version that didn't cause a ton of false positives.
> For instance, assume someone uses their first name as their username:
> [EMAIL PROTECTED] They'll get legitimate mails like "please update this
> spreadsheet bob ASAP", or "bob, let us know if you can goto
>
> > About the quiet parameter -- maybe Procmail ignores failed match
> > output.
>
> Yup, but why generate output when you don't need it?
>
follow-up: the '-q' switch to grep, apart from being 'quiet' causes
grep to stop immediately when a match is found. Therefore, it is also
more efficien
> From: Bryan Hoover
> Sent: Saturday, January 03, 2004 2:46 AM
>
[...]
> Bob Proulx wrote:
> >
> > Bryan Hoover wrote:
> > > HEADERTAG=From
> > > ADDRESSFILE=/usr/home/bhoover/listreply
> >
> > Use $MAILDIR here?
> >
> > ADDRESSFILE=$MAILDIR/listreply
If you use $MAILDIR, there is no reason t
from the spamd documentation:
"-m number, --max-children=number
Specify a maximum number of children to spawn. Spamd will wait until
another child finishes before forking again. Meanwhile, incoming connections
will be queued.
Please note that there is a OS specific maximum of connections
thanks! that's exactly what I needed to know!
Robert Lacroix wrote:
from the spamd documentation:
"-m number, --max-children=number
Specify a maximum number of children to spawn. Spamd will wait until
another child finishes before forking again. Meanwhile, incoming connections
will be queue
I know you can do this with postfix, i wouldn't do it for all domains as it
would cause way too many problems IMHO, but it may be worth testing on
frequently forged domains like aol, yahoo, msn etc..
regards,
Paul
> -Original Message-
> From: Scott Harris [mailto:[EMAIL PROTECTED]
> Sent:
the spamd -m commandline option for max child processes... is that per
spamc call?
for instance if I use:
spamd -d -m10 -x -u filter
and I run 50 instances of spamc, does that mean that all 50 call of the
spamc process get 10 spamd child processes for a total of up to 500
spamd child processes?
Scott Harris wrote:
I get a lot of these:
Jan 2 14:53:38 linux1 sm-mta[22500]: i02MrVWw022500:
from=<[EMAIL PROTECTED]>, size=0, class=0, nrcpts=0, proto=SMTP, daemon=MTA,
relay=200-168-30-167.dsl.telesp.net.br [200.168.30.167]
Would a useful check be to reject anything where the relay do
Bob,
Sorry I was a little distracted the first time I read this message. I
have addressed some of what you bring up.
Bob Proulx wrote:
>
> Bryan Hoover wrote:
> > HEADERTAG=From
> > ADDRESSFILE=/usr/home/bhoover/listreply
>
> Use $MAILDIR here?
>
> ADDRESSFILE=$MAILDIR/listreply
Whatever y
Bob,
Sorry I was a little distracted the first time I read this message. I
have addressed some of what you bring up.
Bob Proulx wrote:
>
> Bryan Hoover wrote:
> > HEADERTAG=From
> > ADDRESSFILE=/usr/home/bhoover/listreply
>
> Use $MAILDIR here?
>
> ADDRESSFILE=$MAILDIR/listreply
Whatever y
Hello,
Happy 2004 to everyone!!
Plz... I need help to figure out what's happening
wrong with my configs... The problem is that I'm not
able to whitelist addresses.
Checkout the addresses bellow:
whitelist_from_rcvd [EMAIL PROTECTED]
catho.com.br
whitelist_from_rcvd [EMAIL PROTECTED]
catho.com.
On the subject of forwarding, headers, and Bayes learning, Bill Reynolds
sent me the following message, and the attached scripts addressing the
question.
Bryan
Original Message
Subject: Bayes Training Script For Forwarded Spam
Date: Sat, 03 Jan 2004 00:52:27 -0700
From: Bill Rey
31 matches
Mail list logo