Re: SpamAssassin4 + DCC not populating "X-Spam-DCC: : " header ?

2024-02-19 Thread glad . tent3766
>>If you do, it's anyway disabled on --lint. > > It does not matter what happens when you use --lint, because it skips > network checks, including DCC. Yes, that's what I said. It's disabled on --lint. >>spamassassin --prefs-file=/etc/spamassassin/local.cf -D 2> tmp.out < >>~/test.eml > > I hav

Re: SpamAssassin4 + DCC not populating "X-Spam-DCC: : " header ?

2024-02-19 Thread glad . tent3766
> and these indicate DCC is available. > > I have "loadplugin Mail::SpamAssassin::Plugin::DCC" in > /etc/spamassassin/v310.pre > > - try uncommenting it there. If you do, it's anyway disabled on --lint. grep "loadplugin Mail::SpamAssassin::Plugin::DCC" `grep -rlni "loadplugin Mail::SpamAssassin

Re: SpamAssassin4 + DCC not populating "X-Spam-DCC: : " header ?

2024-02-18 Thread glad . tent3766
> Try this command for some real mail.eml > >spamassassin --prefs-file=/etc/spamassassin/local.cf -D dcc X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on mail.MYDOMAIN.COM X-Spam-Scanned: spamd.mail.MYDOMAIN.COM X-Spam-Status: No, scor

Re: SpamAssassin4 + DCC not populating "X-Spam-DCC: : " header ?

2024-02-18 Thread glad . tent3766
Hello, >  try to increase dcc_timeout. > > # this works for me > use_dcc 1 > dcc_home /var/dcc > dcc_path /usr/local/bin/dccproc > dcc_timeout 16 > add_header all DCC _DCCB_:_DCCR_ I tried values of 16, 30 & 100. Same as before unfortunately. No errors that I can see. Just no headers populate

Re: SpamAssassin4 + DCC not populating "X-Spam-DCC: : " header ?

2024-02-18 Thread glad . tent3766
On Sun, Feb 18, 2024, at 2:47 PM, Bill Cole wrote: > On 2024-02-18 at 14:21:41 UTC-0500 (Sun, 18 Feb 2024 14:21:41 -0500) > > is rumored to have said: > >> Feb 18 11:18:06.796 [6905] dbg: dcc: local tests only, >> disabling DCC > > That seems like a clear explanation: your confi

SpamAssassin4 + DCC not populating "X-Spam-DCC: : " header ?

2024-02-18 Thread glad . tent3766
Hello, I'm hoping someone can help troubleshooting using DCC in SpamAssassin. My setup isn't populating the "X-Spam-DCC: : " header. I installed SpamAssassin 4.0.0 spamassassin -V SpamAssassin version 4.0.0 running on Perl version 5.38.2 I run Postfix 3