SA 3.4.x trunk: bayes_file_mode (default: 0700)

2012-02-17 Thread Axb
On SA 3.4. trunk, according to http://spamassassin.apache.org/full/3.3.x/doc/Mail_SpamAssassin_Conf.txt bayes_file_mode (default: 0700) The file mode bits used for the Bayesian filtering database files. Make sure you specify this using the 'x' mode bits set, as it may

Re: White text on white background

2012-02-17 Thread JP Kelly
I tried escaping both the # and the but no joy. jp On Feb 16, 2012, at 10:44 PM, Benny Pedersen wrote: Den 2012-02-17 06:53, JP Kelly skrev: No didn't work. with --lint I got: warn: config: invalid regexp for rule HTML_TEXT_WHITE_SHORT: /style=\color: missing or invalid delimiters

Re: White text on white background

2012-02-17 Thread Martin Gregorie
On Fri, 2012-02-17 at 01:22 -0800, JP Kelly wrote: I tried escaping both the # and the but no joy. jp On Feb 16, 2012, at 10:44 PM, Benny Pedersen wrote: rawbody HTML_TEXT_WHITE_SHORT /style=\color#FFF;/ describe HTML_TEXT_WHITE_SHORT rawbody: /style=color#FFF;/ score

Re: SA 3.4.x trunk: bayes_file_mode (default: 0700)

2012-02-17 Thread Kris Deugau
Axb wrote: On SA 3.4. trunk, according to http://spamassassin.apache.org/full/3.3.x/doc/Mail_SpamAssassin_Conf.txt bayes_file_mode (default: 0700) The file mode bits used for the Bayesian filtering database files. Make sure you specify this using the 'x' mode bits set, as it may also

Re: Help for Channels needed

2012-02-17 Thread Kris Deugau
Michael Monnerie wrote: The sha1 is already there. What I need is to generate a new gpg key with which I can sign my channel. It should be an extra key as I need it on several servers. So I need to create a new private key and public key, export both into files. The sign goes like gpg -bas

Re: White text on white background

2012-02-17 Thread John Hardin
On Thu, 16 Feb 2012, JP Kelly wrote: No didn't work. with --lint I got: warn: config: invalid regexp for rule HTML_TEXT_WHITE_SHORT: /style=\color: missing or invalid delimiters Try: rawbody HTML_TEXT_WHITE_SHORT /style=color\#FFF;/ Sorry, I'm just tossing these out untested. ) --

Re: SPF and DKIM tests by default?

2012-02-17 Thread Bowie Bailey
On 2/16/2012 6:18 PM, email builder wrote: Letting trusted_networks empty is not generally a good idea. In particular, if your SA server is using a private IP, it will default to trusting too much. Specify your local networks in trusted_networks and see if that helps your problem.

Re: SA 3.4.x trunk: bayes_file_mode (default: 0700)

2012-02-17 Thread Benny Pedersen
Den 2012-02-17 09:15, Axb skrev: bayes_file_mode (default: 0700) rwx ? without a directive in local.cf I'm seeing it create files with 0600 permissions. should be enogh Am I missing something? i hope not :) Can anybody reproduce? no need here

Re: White text on white background

2012-02-17 Thread darxus
You should open a bug. SpamAssassin attempts to catch these via html_font_invisible() in HTML.pm (should hit rule HTML_FONT_LOW_CONTRAST). My guess is that it's failing to handle the short form of color values (FFF instead of FF). Looks like they should be converted like 123 - 112233.

Re: White text on white background

2012-02-17 Thread darxus
Confirmed. #999 is getting converted to #090909, when it should be getting converted to #99. (Threw a print statement into the top of html_font_invisible().) On 02/17, dar...@chaosreigns.com wrote: You should open a bug. SpamAssassin attempts to catch these via html_font_invisible() in

Re: White text on white background

2012-02-17 Thread darxus
Looks like this fixes it: $ diff ./lib/Mail/SpamAssassin/HTML.pm /usr/share/perl5/Mail/SpamAssassin/HTML.pm 952a953,956 # Handle 3 character color shorthand. if (length($color) == 3) { $color =~ s/(.)(.)(.)/$1$1$2$2$3$3/; } Opening a bug to apply it. On 02/17,

Re: Help for Channels needed

2012-02-17 Thread Michael Monnerie
Am Freitag, 17. Februar 2012, 10:37:30 schrieb Kris Deugau: Check man gpg - you should be able to find something suitable there. That's what I did - I just did read over --homedir, not recognising it could be helpful. For the local rules channel I set up here, I created a separate GPG keyring