Am 18.06.2014 15:59, schrieb li...@rhsoft.net:
Am 18.06.2014 15:49, schrieb Jürgen Herrmann:
I have a problem with the following pcre table:

if !/X-Spam-Level:.*\*{7,}/
/X-Spam-Flag:.*YES/ HOLD
endif
/X-Spam-Level:.*\*{7,}/ DISCARD

the HOLD part of it is executed. the DISCARD part never matches.

I also had a version with
/X-Spam-Level: \*{7,}/
instead of
/X-Spam-Level:.*\*{7,}/

and also the following version does never discard any mails:

/X-Spam-Flag:.*YES/ HOLD
/X-Spam-Level:.*\*{7,}/ DISCARD

are you aware that you *must not* answer with 250 OK and the
silently discard messages? the spamfilter belongs *pre-queue*
and you have to REJECT spam, after you receive it and answer
with "250 OK" you have to deliver the message - period

http://wiki.apache.org/spamassassin/IntegratePostfixViaSpampd
"and the ability to use before-queue content filtering"

fix your setup and get rid of the broken pcre-after-queue idea

this is in a milter_header_checks and on a host used as relay
host. so if i reject mail there it would create backscatter via
the relaying host. why not discard mails that are surely spam?

i can only see a solution to this problem when installing SA
on every mailing host, which is what i wanted to avoid.

Jürgen
--
XLhost.de ® - Webhosting von supersmall bis eXtra Large <<

XLhost.de GmbH
Jürgen Herrmann, Geschäftsführer
Boelckestrasse 21, 93051 Regensburg, Germany

Geschäftsführer: Jürgen Herrmann
Registriert unter: HRB9918
Umsatzsteuer-Identifikationsnummer: DE245931218

Fon:  +49 (0)800 XLHOSTDE [0800 95467833]
Fax:  +49 (0)800 95467830
Web:  http://www.XLhost.de

Reply via email to