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:

header __FOO eval:check_rbl('ivmSIP-lastexternal', 'my_key.inv-sip.')
meta INVSIP __FOO
describe IVMSIP listed at dnsbl.invaluement.com/ivmsip,
score IVMSIP 5

Neither of these are ideal.  I really need to see what ip address is
being looked up.  Perhaps yes, I'll need to do a feature request.

header  __RCVD_IN_AUTHBL        
eval:check_rbl('authbl','your_DQS_key.authbl.dq.spamhaus.net.')
tflags  __RCVD_IN_AUTHBL        net
meta            RCVD_IN_AUTHBL          __RCVD_IN_AUTHBL
describe        RCVD_IN_AUTHBL          Received via a relay in Spamhaus AuthBL

so maybe nolog and debug mode ?

feature request imho, it have never being supported without meta yet, but why not use syslogs ?, this will not be in recipients mailbox that way

maybe nolog, extended to syslog only ?

syslog __foo foo_ip 'metadata'

grep foo_ip /var/log/messages

thinking just load now :)

Reply via email to