Re: [SAtalk] 2.42-cvs: spamd: Accept interupted?

2002-10-01 Thread Malte S. Stretz
On Wednesday 02 October 2002 08:39 CET John McCoy, Jr wrote: > The fixed (Oct 1) 2.4.2-CVS code works like a charm. > > Thanks Malte. It's a pleasure. But to be honest, I'm pretty innocent in this case. The kudos belongs to Justin and Larry :o) Malte -- --- Coding is art. --

Re: [SAtalk] 2.42-cvs: spamd: Accept interupted?

2002-10-01 Thread John McCoy, Jr
The fixed (Oct 1) 2.4.2-CVS code works like a charm. Thanks Malte. John McCoy [EMAIL PROTECTED] Central Systems Administrator Mills College, Oakland CA 510-430-3321 - Original Message - From: "Malte S. Stretz" <[EMAIL PRO

Re: [SAtalk] Osirusoft - trustworthy?

2002-10-01 Thread Daniel Quinlan
Vivek Khera <[EMAIL PROTECTED]> writes: > I'm curious how you GA score the RBL hits. RBL's are by definition > dynamic with IPs going in and out of the lists all the time. It > seems to me the only reliable way to score it would be to see if the > IP being tested was in the RBL at the time the m

Re: [SAtalk] What Am I Doing Wrong?

2002-10-01 Thread Mike Leone
* Doug Appleton ([EMAIL PROTECTED]) wrote this on 10 01, 02 at 13:08: > On Tuesday 01 October 2002 09:44 am, you wrote: > > Thanks for getting back to me.. Sorry to be such a pain , but literally I'm > new at this Red Hat thing.. I'm more of an NT person.. Anyhow... This is what > I need to ha

[SAtalk] cpan r command

2002-10-01 Thread Joe Nall
After installing SpamAssassin, when I use the cpan r command, I get the error below. I have not edited Conf.pm. cpan shell -- CPAN exploration and modules installation (v1.63) ReadLine support enabled cpan> r Going to read /root/.cpan/sources/authors/01mailrc.txt.gz CPAN: Compress::Zlib loaded o

[SAtalk] RBL: How do I know it works?

2002-10-01 Thread Per olof Ljungmark
Hi all, How do I know RBL lookup is working in SA? From the documentation I have concluded that if "skip_rbl_checks 0" is set SA should do RBL lookups. However, I never saw a reference to this in any report or header so I am beginning to wonder if it's really turned on. Apart from this, SA wor

RE: [SAtalk] Whitelisting with an alias

2002-10-01 Thread Steve Thomas
The file you're looking for is either /etc/aliases or /etc/mail/aliases. It's a file that's associated with sendmail. Once you modify it, you need to run the command 'newaliases' as the root user. That rebuilds the actual aliases.db file which is what sendmail actually uses. You do not need to res

RE: [SAtalk] URL blacklist

2002-10-01 Thread Bart Schaefer
On Tue, 1 Oct 2002, SpamTalk wrote: > I don't have time to point you to the url, I searched metacrawler for mySQL > replication and in one of the references it stated that you could not cross > platform replicate as the *.myd and *.myi files were not binary compatible That's not "replication," t

RE: [SAtalk] Newbie help-RH7.2+Postfix

2002-10-01 Thread Steve Thomas
The easiest way to install SA would be to run: perl -MCPAN -e 'install Mail::SpamAssassin' and answer yes to any questions about following dependencies. Once that's done, type: man Mail::SpamAssassin::Conf and you'll get most of what you need to know to configure SA. HTH, St- | -Origina

[SAtalk] Whitelisting with an alias

2002-10-01 Thread Don Lindbergh
I'm running SpamAssassin v2.31 on linux v7.2. I'm the only user on the system and use my .procmailrc to filter incoming mail through SpamAssassin. I have added some commands to my /home/.spamassassin/user_prefs. So far it's working well. I want to be able to forward emails which should get white

[SAtalk] Newbie help-RH7.2+Postfix

2002-10-01 Thread Chris Bartram
Is there a good place to find a *real* dummy guide to setting up spamassassin on my RedHat 7.2 box? (and a good source of RPMs) I tried the rpm from the Spamassassin site, but got no joy- it complained about a .pm file it couldn't find (sorry can't remember what). (is this a perl module?) even aft

RE: [SAtalk] URL blacklist

2002-10-01 Thread SpamTalk
I don't have time to point you to the url, I searched metacrawler for mySQL replication and in one of the references it stated that you could not cross platform replicate as the *.myd and *.myi files were not binary compatible and that you had to use an sqldump command scenario to transport the d

[SAtalk] SA Setup on Win32

2002-10-01 Thread Mark Puchalski
I've got SA 2.31 set up to integrate with my Win32-based virus scanner. It's running on a Win2k box and after scanning the message for viruses and spam status, it passes them along to my MTA on another server. I'm having one config problem, though, and since I'm not too familiar with perl or linu

Re: [SAtalk] URL blacklist

2002-10-01 Thread Jeremy Zawodny
On Tue, Oct 01, 2002 at 10:56:31AM -0500, Robert Strickler wrote: > Original proposal posted December 2001, heh. "Nothing new under the sun". > > To answer my own question, mySQL _does_ do replication the bad news is that > the files are not OS/archetecture agnostic, you cannot replicate between

[SAtalk] [Fwd: Re: *****SPAM***** Mac OS X - Receive timeout]

2002-10-01 Thread Michael T Howard
I just received notification that a message I sent was identified by SpamAssasin as "probable-spam". I am not familiar with SpamAssasin and would appreciate assistance in figuring out why? I spent some time on spamassasin.org and didn't make much progress. Didn't know how to interpret the rules/s

RE: [SAtalk] URL blacklist

2002-10-01 Thread Robert Strickler
Original proposal posted December 2001, heh. "Nothing new under the sun". To answer my own question, mySQL _does_ do replication the bad news is that the files are not OS/archetecture agnostic, you cannot replicate between a Sun unix and RH Linux, so it does not appear to be a viable distribution

[SAtalk] Site configuration information

2002-10-01 Thread Bonnie Lucas
I am requesting information from folks on this list concerning their site rules for SA. We are currently testing 2.41 and have been tasked with setting a criteria for our rule base. The information I am requesting concerns a site's starting rule base. Did you go with the default, which rules

Re: [SAtalk] What Am I Doing Wrong?

2002-10-01 Thread Michael Leone
Doug Appleton said: > hey Folks.. > > Set up SA here and still recieving quite a bit of spam.. Well, you will continue to receive the spam; SA doesn't delete it. It only tags it, and so you need another method - procmail/maildrop recipies, etc - to actually throw the spam away. (A bad idea, BTW,

[SAtalk] What Am I Doing Wrong?

2002-10-01 Thread Doug Appleton
hey Folks.. Set up SA here and still recieving quite a bit of spam.. What I am attempting to do is to setup a system wide spam policy. I realize that everything should be put into the local.cf file but still I'm recieving Spam. Can anyone tell me what I need to modify exactly and where to ha

Re: [SAtalk] Real quick question about sendmail integration..

2002-10-01 Thread Ross Vandegrift
On Sun, Sep 29, 2002 at 08:24:48AM -0600, Gustave Eiffel wrote: > > I am running a RedHat Beta that includes Sendmail and Spamassassin. > Spamassassin can be started as a service spamd. > > I simply need to know how to integrate it into sendmail. Do I add something to > my sendmail.cf ? > >

[SAtalk] Spamassassain switch question

2002-10-01 Thread Pryor, Tron
Hello there developer/admin group. I have a question for you. Currently right now I have spamassassin running the spammassassin binary from a script that postfix runs for me I named my script postfixfilter. this is what is in the script #!/bin/sh #postfixfilter /usr/bin/spamassassin -P | /usr/

Re: [SAtalk] URL blacklist

2002-10-01 Thread Justin Mason
SpamTalk said: > Probably better than the "spam phrases" approach would be the database > approach as currently used for white/black listing. > Any way to tie that to an XML retrieval from a list of central repositories? > Does mySQL do replication? A properly done XML would let us eyeball the li