Re: X-Amavis-Alert: BANNED, message contains x.com

2024-07-16 Thread Gerald Vogt
Hi, On 16.07.24 17:28, Thomas Barth via users wrote: today a mail has been banned (false positive). It says message contains x.com X-Quarantine-ID: X-Amavis-Alert: BANNED, message contains x.com I couldnt find x.com in the mail body itself, but the mail had a zipfile as an attachment. The

Re: BayesStore MariaDB on EL9

2024-06-24 Thread Gerald Vogt
08:41, Gerald Vogt wrote: On 18.06.24 22:23, Bill Cole wrote: On 2024-06-18 at 14:58:15 UTC-0400 (Tue, 18 Jun 2024 20:58:15 +0200) Gerald Vogt is rumored to have said: Hi, for a test, I have increased the column length of token to binary(32) and used a test file to import containing a single

Re: BayesStore MariaDB on EL9

2024-06-18 Thread Gerald Vogt
On 18.06.24 22:23, Bill Cole wrote: On 2024-06-18 at 14:58:15 UTC-0400 (Tue, 18 Jun 2024 20:58:15 +0200) Gerald Vogt is rumored to have said: Hi, for a test, I have increased the column length of token to binary(32) and used a test file to import containing a single token. This time it

Docs confusion and missing dependency on EL9

2024-06-18 Thread Gerald Vogt
Hi, for testing I tried to install spamassassin 4.0.1 on EL9 (AlmaLinux 9.4). I have noticed some dependencies are not mentioned on the INSTALL page: I have had to install perl-ExtUtils-MakeMaker.noarch to run Makefile.PL I have had to install perl-Archive-Tar.noarch to run sa-update. Those

Re: BayesStore MariaDB on EL9

2024-06-18 Thread Gerald Vogt
0), ham_count = GREATEST(ham_count + '0', 0), atime = GREATEST(atime, '1718024618') Thus, I would say it's not an issue with the database. Any idea? Running spamassassin-3.4.6-5.el9.x86_64 on Alm

BayesStore MariaDB on EL9

2024-06-18 Thread Gerald Vogt
Hi! I am trying to use a mariadb database as bayesstore, but it fails to load tokens. Whenever it tries to insert something into bayes_token it fails with an error dbg: bayes: _put_token: SQL error: Data too long for column 'token' at row 1 The table has been created as mentioned in https:/