[Bug 7348] SPF_PASS not relieable

2021-05-29 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7348

Henrik Krohns  changed:

   What|Removed |Added

   Target Milestone|Undefined   |4.0.0
   Severity|critical|normal
 CC||apa...@hege.li

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 7267] no way to set SSL_VERIFY_PEER in spamd

2021-05-29 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7267

Henrik Krohns  changed:

   What|Removed |Added

   Severity|blocker |enhancement

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 7656] UTF8 rules, normalize_charset etc overhaul

2021-05-29 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7656

Henrik Krohns  changed:

   What|Removed |Added

   Severity|blocker |normal
   Target Milestone|Undefined   |4.0.0

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 7656] UTF8 rules, normalize_charset etc overhaul

2021-05-29 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7656

--- Comment #16 from Henrik Krohns  ---

Changed normalized_charset 1 as default and added some docs.

Sendingtrunk/UPGRADE
Sendingtrunk/lib/Mail/SpamAssassin/Conf.pm
Sendingtrunk/lib/Mail/SpamAssassin/Util/DependencyInfo.pm
Transmitting file data ...done
Committing transaction...
Committed revision 1890317.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Re: svn commit: r1890313 - /spamassassin/trunk/t/all_modules.t

2021-05-29 Thread Henrik K


Removing code "for the moment" should not be a thing, as a failing test
makes no difference to anyone.  Now there is a possibility that the whole
thing is forgotten, and no one puts the code back.  Please keep such things
uncommitted and simply work on a fix in personal repo.


On Sat, May 29, 2021 at 07:51:18PM -, gbec...@apache.org wrote:
> Author: gbechis
> Date: Sat May 29 19:51:18 2021
> New Revision: 1890313
> 
> URL: http://svn.apache.org/viewvc?rev=1890313&view=rev
> Log:
> disable a test for the moment,
> regression test fails if GeoIP2 module cannot be initialized.
> 
> Modified:
> spamassassin/trunk/t/all_modules.t
> 
> Modified: spamassassin/trunk/t/all_modules.t
> URL: 
> http://svn.apache.org/viewvc/spamassassin/trunk/t/all_modules.t?rev=1890313&r1=1890312&r2=1890313&view=diff
> ==
> --- spamassassin/trunk/t/all_modules.t (original)
> +++ spamassassin/trunk/t/all_modules.t Sat May 29 19:51:18 2021
> @@ -4,7 +4,7 @@ use lib '.'; use lib 't';
>  use SATest; sa_t_init("all_modules");
>  
>  use Test::More;
> -plan tests => 7;
> +plan tests => 6;
>  
>  # ---
>  
> @@ -81,7 +81,6 @@ tstprefs("
>  q{ Use of uninitialized }, 'uninitialized',
>  q{ warn: }, 'warn',
>  q{ SpamAssassin failed to parse line }, 'parse',
> -'/ at .* line \d+/', 'warn',
>  );
>  
>  if (conf_bool('run_net_tests')) {
>