RE: newbie: configure SA to reject spam

2010-01-15 Thread tonjg
R-Elists wrote: > > http://lmgtfy.com/?q=sendmail+reject+spam+smtp wow thanks a million -- View this message in context: http://old.nabble.com/newbie%3A-configure-SA-to-reject-spam-tp27149042p27174842.html Sent from the SpamAssassin - Users mailing list archive at Nabble.com.

RE: newbie: configure SA to reject spam

2010-01-15 Thread R-Elists
> From: tonjg [mailto:t...@freeuk.com] > On 01/13/2010 07:22 PM, tonjg wrote: > > thanks for your response Ned. > your last line describes exactly what I want to do - reject > mail, do it at the smtp stage in sendmail - but I don't know > how to achieve this. > -- TonJ, http://lmgtfy.com/

SA at SMTP time (was Re: newbie: configure SA to reject spam)

2010-01-14 Thread David B Funk
On Thu, 14 Jan 2010, LuKreme wrote: > On 14-Jan-2010, at 06:22, Robert Schetterer wrote: > > http://savannah.nongnu.org/projects/spamass-milt/ > > How efficient is spamass-milter? I've always been hesitant to try running SA > during the transaction because I was afraid it would take too long. >

Re: newbie: configure SA to reject spam

2010-01-14 Thread Robert Schetterer
Am 14.01.2010 15:48, schrieb LuKreme: > On 14-Jan-2010, at 07:31, Kai Schaetzl wrote: >> Indeed, that's why I would not consider it. And I assume if you do it this >> way that also means you have to scan *every* message and not only the 10% >> that make it thru normal MTA rejection by policy. >

Re: newbie: configure SA to reject spam

2010-01-14 Thread d . hill
Quoting Kai Schaetzl : LuKreme wrote on Thu, 14 Jan 2010 06:31:48 -0700: I've always been hesitant to try running SA during the transaction because I was afraid it would take too long. Indeed, that's why I would not consider it. And I assume if you do it this way that also means you have to

Re: newbie: configure SA to reject spam

2010-01-14 Thread LuKreme
On 14-Jan-2010, at 07:31, Kai Schaetzl wrote: > Indeed, that's why I would not consider it. And I assume if you do it this > way that also means you have to scan *every* message and not only the 10% > that make it thru normal MTA rejection by policy. I suppose it depends on exactly where the mi

Re: newbie: configure SA to reject spam

2010-01-14 Thread Kai Schaetzl
LuKreme wrote on Thu, 14 Jan 2010 06:31:48 -0700: > I've always been hesitant to try > running SA during the transaction because I was afraid it would take > too long. Indeed, that's why I would not consider it. And I assume if you do it this way that also means you have to scan *every* message

Re: newbie: configure SA to reject spam

2010-01-14 Thread RW
On Thu, 14 Jan 2010 14:38:22 +0100 Matus UHLAR - fantomas wrote: > > On 14-Jan-2010, at 06:22, Robert Schetterer wrote: > > > http://savannah.nongnu.org/projects/spamass-milt/ > > On 14.01.10 06:31, LuKreme wrote: > > How efficient is spamass-milter? I've always been hesitant to try > > running

Re: newbie: configure SA to reject spam

2010-01-14 Thread Robert Schetterer
Am 14.01.2010 14:31, schrieb LuKreme: > On 14-Jan-2010, at 06:22, Robert Schetterer wrote: >> http://savannah.nongnu.org/projects/spamass-milt/ > > How efficient is spamass-milter? I've always been hesitant to try running SA > during the transaction because I was afraid it would take too long. >

Re: newbie: configure SA to reject spam

2010-01-14 Thread Matus UHLAR - fantomas
> On 14-Jan-2010, at 06:22, Robert Schetterer wrote: > > http://savannah.nongnu.org/projects/spamass-milt/ On 14.01.10 06:31, LuKreme wrote: > How efficient is spamass-milter? I've always been hesitant to try running SA > during the transaction because I was afraid it would take too long. spamas

Re: newbie: configure SA to reject spam

2010-01-14 Thread LuKreme
On 14-Jan-2010, at 06:22, Robert Schetterer wrote: > http://savannah.nongnu.org/projects/spamass-milt/ How efficient is spamass-milter? I've always been hesitant to try running SA during the transaction because I was afraid it would take too long. -- This above all, to thine own self be true A

Re: newbie: configure SA to reject spam

2010-01-14 Thread Robert Schetterer
Am 14.01.2010 13:40, schrieb tonjg: > > > Robert Schetterer wrote: >> >> you can use spamass-milter to reject spam mails over a wanted level >> at smtp income stage > > how? > how does one use spamass-milter to reject spam mails at smtp income stage? milters are filters in before-queue http://

Re: newbie: configure SA to reject spam

2010-01-14 Thread Christian Brel
On Thu, 14 Jan 2010 13:28:06 +0100 Robert Schetterer wrote: > Am 14.01.2010 13:00, schrieb tonjg: > > > > > > David B Funk wrote: > >> > >> So you need to tell us exactly how you've integrated SA into your > >> sendmail before we can give you a precise answer. > > > > what I did was edit the l

Re: newbie: configure SA to reject spam

2010-01-14 Thread tonjg
Robert Schetterer wrote: > > you can use spamass-milter to reject spam mails over a wanted level > at smtp income stage how? how does one use spamass-milter to reject spam mails at smtp income stage? -- View this message in context: http://old.nabble.com/newbie%3A-configure-SA-to-reject-spam-

Re: newbie: configure SA to reject spam

2010-01-14 Thread Robert Schetterer
Am 14.01.2010 13:00, schrieb tonjg: > > > David B Funk wrote: >> >> So you need to tell us exactly how you've integrated SA into your sendmail >> before we can give you a precise answer. > > what I did was edit the local.cf so it contained this: > required_hits 8 > rewrite_subject 1 > report_hea

Re: newbie: configure SA to reject spam

2010-01-14 Thread tonjg
David B Funk wrote: > > So you need to tell us exactly how you've integrated SA into your sendmail > before we can give you a precise answer. what I did was edit the local.cf so it contained this: required_hits 8 rewrite_subject 1 report_header 1 use_terse_report 1 defang_mime 0 report_safe 0 u

Re: newbie: configure SA to reject spam

2010-01-13 Thread Kai Schaetzl
Tonjg wrote on Wed, 13 Jan 2010 13:57:53 -0800 (PST): > yes thanks bowie I've managed to integrate SA into sendmail as per the link > you gave but that page has no instructions for how to get sendmail to reject > the spam. Then look in the documentation for that unknown tool that you used to "in

Re: newbie: configure SA to reject spam

2010-01-13 Thread David B Funk
On Wed, 13 Jan 2010, tonjg wrote: > > yes thanks bowie I've managed to integrate SA into sendmail as per the link > you gave but that page has no instructions for how to get sendmail to reject > the spam. > tonjg The link that Bowie gave you lists several different ways to integrate SA into sendm

Re: newbie: configure SA to reject spam

2010-01-13 Thread tonjg
Charles Gregory wrote: > > If you are able to scan the mail *during* the SMTP (sendmail) process, you > can issue an 'exit code' to sendmail that will cause sendmail to 'reject' > the mail, that's exactly what I want, but I can't find any instructions how to do it. -- View this message in c

Re: newbie: configure SA to reject spam

2010-01-13 Thread tonjg
Mike Grau wrote: > > Call spamassassin from within a milter. I'm sorry to be the dumb newbie but how does one call spamassassin from within a milter? -- View this message in context: http://old.nabble.com/newbie%3A-configure-SA-to-reject-spam-tp27149042p27153159.html Sent from the SpamAssassi

Re: newbie: configure SA to reject spam

2010-01-13 Thread Mike Grau
tonjg wrote: On 01/13/2010 07:22 PM, tonjg wrote: thanks for your response Ned. your last line describes exactly what I want to do - reject mail, do it at the smtp stage in sendmail - but I don't know how to achieve this. Call spamassassin from within a milter. I use Mimedefang, but there a

Re: newbie: configure SA to reject spam

2010-01-13 Thread Charles Gregory
On Wed, 13 Jan 2010, tonjg wrote: : thanks for your response Ned. : your last line describes exactly what I want to do - reject mail, do it at : the smtp stage in sendmail - but I don't know how to achieve this. Welcome! Permit me to state what may be considered 'obvious' to many, but which may

Re: newbie: configure SA to reject spam

2010-01-13 Thread tonjg
Kai Schaetzl wrote: > > SA does not do this for you. You would need to use some milter or so. but I thought SA had a way of instructing sendmail to reject/drop the spam... -- View this message in context: http://old.nabble.com/newbie%3A-configure-SA-to-reject-spam-tp27149042p27152807.html Se

Re: newbie: configure SA to reject spam

2010-01-13 Thread tonjg
yes thanks bowie I've managed to integrate SA into sendmail as per the link you gave but that page has no instructions for how to get sendmail to reject the spam. -- View this message in context: http://old.nabble.com/newbie%3A-configure-SA-to-reject-spam-tp27149042p27152771.html Sent from the S

Re: newbie: configure SA to reject spam

2010-01-13 Thread Kai Schaetzl
Tonjg wrote on Wed, 13 Jan 2010 11:22:00 -0800 (PST): > Note: I don't want to delete them or divert them to another folder, I'd like > to reject them in the same way the dnsbl lists do. SA does not do this for you. You would need to use some milter or so. Kai -- Get your web at Conactive Inter

Re: newbie: configure SA to reject spam

2010-01-13 Thread Bowie Bailey
tonjg wrote: > On 01/13/2010 07:22 PM, tonjg wrote: > > thanks for your response Ned. > your last line describes exactly what I want to do - reject mail, do it at > the smtp stage in sendmail - but I don't know how to achieve this. > Take a look at the Sendmail section of this page: http://wi

Re: newbie: configure SA to reject spam

2010-01-13 Thread tonjg
On 01/13/2010 07:22 PM, tonjg wrote: thanks for your response Ned. your last line describes exactly what I want to do - reject mail, do it at the smtp stage in sendmail - but I don't know how to achieve this. -- View this message in context: http://old.nabble.com/newbie%3A-configure-SA-to-rej

Re: newbie: configure SA to reject spam

2010-01-13 Thread Ned Slider
On 01/13/2010 07:22 PM, tonjg wrote: I'm a newbie to spamassassin, I installed it today on a raq550 running strongbolt2 which uses sendmail v8.22. I see that spam's are now being labelled [SPAM] in the subject line but what I want to do is block those emails from getting to my inbox. What's the

newbie: configure SA to reject spam

2010-01-13 Thread tonjg
I'm a newbie to spamassassin, I installed it today on a raq550 running strongbolt2 which uses sendmail v8.22. I see that spam's are now being labelled [SPAM] in the subject line but what I want to do is block those emails from getting to my inbox. What's the next step to refecting those emails? No