Re: check_rbl question

2023-07-07 Thread Benny Pedersen
Michael Grant via users skrev den 2023-07-07 17:41: On Fri, Jul 07, 2023 at 04:50:18PM +0200, giova...@paclan.it wrote: if can(Mail::SpamAssassin::Conf::has_tflags_nolog) tflags URIBL_IVMURI net nolog else tflags URIBL_IVMURI net endif and Benny Pedersen's idea of using a rule like: heade

Re: check_rbl question

2023-07-07 Thread Michael Grant via users
On Fri, Jul 07, 2023 at 04:50:18PM +0200, giova...@paclan.it wrote: > if can(Mail::SpamAssassin::Conf::has_tflags_nolog) > tflags URIBL_IVMURI net nolog > else > tflags URIBL_IVMURI net > endif and Benny Pedersen's idea of using a rule like: header __FOO eval:check_rbl('ivmSIP-lastexternal',

Re: check_rbl question

2023-07-07 Thread giovanni
On 7/7/23 16:18, Michael Grant via users wrote: I'm using check_rbl with some paid lists for example invaluement. I don't want to put my license key into the rule or it ends up in the spamassassin X-Spam-Report header. On one server, I've configured bind9 with DNAME records to hide the key. Bu

Re: check_rbl question

2023-07-07 Thread Benny Pedersen
Michael Grant via users skrev den 2023-07-07 16:18: I'm using check_rbl with some paid lists for example invaluement. I don't want to put my license key into the rule or it ends up in the spamassassin X-Spam-Report header. On one server, I've configured bind9 with DNAME records to hide the key.

check_rbl question

2023-07-07 Thread Michael Grant via users
I'm using check_rbl with some paid lists for example invaluement. I don't want to put my license key into the rule or it ends up in the spamassassin X-Spam-Report header. On one server, I've configured bind9 with DNAME records to hide the key. But what do others do? Is there some easier way to