Re: kam fails if askdns is disabled

2024-05-25 Thread Benny Pedersen
Noel Butler skrev den 2024-05-26 01:53: Shame on you for not turning on ESP ;) whois Kevin ? :) When Benny is off his meds, he's like the newbies who lodge support tickets saying "mail doesnt work" not I cant get my mail because of error fooXXX or cant send mail because im an idiot and ca

Re: kam fails if askdns is disabled

2024-05-25 Thread Noel Butler
On 26/05/2024 01:20, Antony Stone wrote: On Saturday 25 May 2024 at 16:57:21, Benny Pedersen wrote: Antony Stone skrev den 2024-05-25 16:52: Is this a reply to something? something ?, try disable askdns plugin, then do spamassassin --lint succes ? hopefully kam know why there should not be l

Re: kam fails if askdns is disabled

2024-05-25 Thread Antony Stone
On Saturday 25 May 2024 at 16:57:21, Benny Pedersen wrote: > Antony Stone skrev den 2024-05-25 16:52: > > Is this a reply to something? > > something ?, try disable askdns plugin, then do spamassassin --lint > > succes ? > > hopefully kam know why > > there should not be lint errors if just ch

Re: kam fails if askdns is disabled

2024-05-25 Thread Benny Pedersen
Antony Stone skrev den 2024-05-25 16:52: Is this a reply to something? something ?, try disable askdns plugin, then do spamassassin --lint succes ? hopefully kam know why there should not be lint errors if just check plugin is enabled, where all other plugins is disabled

Re: kam fails if askdns is disabled

2024-05-25 Thread Antony Stone
On Saturday 25 May 2024 at 16:51:07, Benny Pedersen wrote: > +1 Is this a reply to something? Antony. -- "Linux is going to be part of the future. It's going to be like Unix was." - Peter Moore, Asia-Pacific general manager, Microsoft Pleas

kam fails if askdns is disabled

2024-05-25 Thread Benny Pedersen
+1

Re: shared lock, exclusive lock (bayes_seen,bayes_toks,tx-reputation)

2024-05-25 Thread Benny Pedersen
Tomohiro Hosaka skrev den 2024-05-25 13:43: Perhaps SpamAssassin is designed for single-process use? this is a limit on DB_File only (If so, this would conflict with the preforked spamd, which does not seem to have any special locking to prevent this on the spamd side.) spamd only write in

shared lock, exclusive lock (bayes_seen,bayes_toks,tx-reputation)

2024-05-25 Thread Tomohiro Hosaka
Hello. I have a question about Mail::SpamAssassin::BayesStore::DBM (DB_File). I am using it with Mail::SpamAssassin::Locker::Flock. I think this module is implemented as follows For reading, tie_db_readonly tie (no lock) For writing, tie_db_writable flock LOCK_EX & tie multi-process $sa->check