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.
> 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/
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.
>
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.
>
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
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
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
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
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.
>
> 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
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
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://
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
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-
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
29 matches
Mail list logo