Re: TxRep does not evaluate EMAIL_IP reputation

2024-06-07 Thread Tomohiro Hosaka
Thanks for the reply. I will try to register it in bugzilla little by little. 2024-06-03 17:04 に giova...@paclan.it さんは書きました: On 6/3/24 1:10 AM, Tomohiro Hosaka wrote: Slight correction. 2024-06-03 07:55 に Tomohiro Hosaka さんは書きました: Here $rc is dualvar. https://metacpan.org/pod/DBI#execute

Re: TxRep does not evaluate EMAIL_IP reputation

2024-06-03 Thread giovanni
On 6/3/24 1:10 AM, Tomohiro Hosaka wrote: Slight correction. 2024-06-03 07:55 に Tomohiro Hosaka さんは書きました: Here $rc is dualvar. https://metacpan.org/pod/DBI#execute This is not dualvar, exactly. However, the patch is unchanged. Evaluated as a bool, it is "0E0" true; evaluated as a number, it

Re: TxRep does not evaluate EMAIL_IP reputation

2024-06-02 Thread Tomohiro Hosaka
Slight correction. 2024-06-03 07:55 に Tomohiro Hosaka さんは書きました: Here $rc is dualvar. https://metacpan.org/pod/DBI#execute This is not dualvar, exactly. However, the patch is unchanged. Evaluated as a bool, it is "0E0" true; evaluated as a number, it is the number of cases. You may use $cnt

TxRep does not evaluate EMAIL_IP reputation

2024-06-02 Thread Tomohiro Hosaka
Hello. EMAIL_IP is not evaluated with SQLBasedAddrList. In conclusion, the following patches are needed. --- ../Mail-SpamAssassin-4.0.1.orig/lib/Mail/SpamAssassin/SQLBasedAddrList.pm 2024-03-26 13:52:11.0 +0900 +++ ../Mail-SpamAssassin-4.0.1/lib/Mail/SpamAssassin/SQLBasedAddrList.pm