That config parameter is conveniently included but commented out in
CorrectASSPcfg.pm.

I just uncommented and changed it to a 6 to clear bit 0 and it works
beautifully now... thank you Thomas!

- Phil
_____________________________________________

There is a hidden config parameter to control the DKIM pass action.

$DKIMpassAction = 7;                 # (0..7) if DKIM pass: bit-0 = set 
rwlok to 1 (medium trust status), bit-1 = skip penaltybox-check, bit-2 = 
set IP-score to zero - default is 7 (all bits set)

To change this - edit the assp.pl (line 442 in build 19007) or - better 
set (add the line)

$main::DKIMpassAction = 0;  # to 0....7 - what ever you want

in 'sub set' of lib/CorrectASSPcfg.pm

Thomas



---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus
_______________________________________________
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user

Reply via email to