Re: Help with RegEx Rule

2015-09-19 Thread Adam Major
Hello

If you using compiled rules you probably should use:

sa-compile command and restart (if use :) sa-spamd


Best Regards.




Re: URIBL_BLOCKED while using local BIND

2015-09-15 Thread Adam Major
Hi.

If you don't want change DNS resolver for all DNS queries from your
server you can add in SA config line:

dns_server x.y.z.k:53

where z.y.z.k is IP DNS server using to resolve only by SA.


Then in resolv.conf you can use different (ex. ISP) DNS server.


More info:

http://spamassassin.apache.org/full/3.4.x/doc/Mail_SpamAssassin_Conf.html#port



Best Regards.


Re: The query to URIBL was blocked

2015-05-03 Thread Adam Major
Hello

 Seeing this in most of the markups
 
 0.0 URIBL_BLOCKED  ADMINISTRATOR NOTICE: The query to URIBL was
 blocked.
See
 http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block

 [...]
 The output doesn't show any blocked DNS servers. If that's the case then
 why am I still seeing the output in my markup?
 

1. Maybe something is cached ???

   or

2. Do you set your bind address into /etc/resolv.conf  ?

   or

3. Into your SpamAssasin config is defined option
   dns_server aaa.bbb.ccc.ddd:53


If yes, then all DNS queries made by SA are sending to dns_server not
to server defined in resolv.conf.

BTW if you don't want send all queries by your local resolver, and
want use it only for SA then try dns_server x:53 option.


Best Regards.



Re: SUBJ_ALL_CAPS

2015-04-22 Thread Adam Major
Hello

 uhm why - there is at least one lowercase char
 
 
 Subject: Re: HOTEL RESERVATION.
 
 *  1.5 SUBJ_ALL_CAPS Subject is all capitals

http://wiki.apache.org/spamassassin/Rules/SUBJ_ALL_CAPS


Prefix: Re:, Fwd: etc. are striped before test.

Look in
/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Plugin/HeaderEval.pm

Best Regards