Re: Rule Help - not sure what is wrong with my syntax

2023-01-13 Thread Benny Pedersen
David B Funk skrev den 2023-01-14 08:35: On Sat, 14 Jan 2023, Benny Pedersen wrote: Benny Pedersen skrev den 2023-01-14 03:59: header TO_SPECIFIC_DOMAIN To:addr =~ /\@(test|junc)\.(com|net|eu)$/ describe TO_SPECIFIC_DOMAIN Mail sent to test.com or test.net email addresses score

Re: Rule Help - not sure what is wrong with my syntax

2023-01-13 Thread David B Funk
On Sat, 14 Jan 2023, Benny Pedersen wrote: Benny Pedersen skrev den 2023-01-14 03:59: header TO_SPECIFIC_DOMAIN To:addr =~ /\@(test|junc)\.(com|net|eu)$/ describe TO_SPECIFIC_DOMAIN Mail sent to test.com or test.net email addresses score TO_SPECIFIC_DOMAIN -0.5 tested works if i mail myself

Re: DMARC plugin issue

2023-01-13 Thread Kevin A. McGrail
Rule ready isn't in 3.4.x and that DMARC line is from the 4.0.0 DMARC plugin.  No idea how the system is in that state. On 1/13/2023 8:56 PM, Benny Pedersen wrote: Kevin A. McGrail skrev den 2023-01-14 02:48: We are using the plugin on CentOS 7 systems with 4.0.0. What is the steps to

Re: Rule Help - not sure what is wrong with my syntax

2023-01-13 Thread Benny Pedersen
Benny Pedersen skrev den 2023-01-14 03:59: header TO_SPECIFIC_DOMAIN To:addr =~ /\@(test|junc)\.(com|net|eu)$/ describe TO_SPECIFIC_DOMAIN Mail sent to test.com or test.net email addresses score TO_SPECIFIC_DOMAIN -0.5 tested works if i mail myself :=)

Re: Rule Help - not sure what is wrong with my syntax

2023-01-13 Thread Benny Pedersen
Joey J skrev den 2023-01-14 03:42: header TO_SPECIFIC_DOMAIN To:addr =~ /\@(test\.com|test\.net)$/ describe TO_SPECIFIC_DOMAIN Mail sent to test.com or test.net email addresses score TO_SPECIFIC_DOMAIN -2.0 header TO_SPECIFIC_DOMAIN To:addr ~= /\@test\.(com|net)$/ should work

Re: Rule Help - not sure what is wrong with my syntax

2023-01-13 Thread Joey J
Thanks to everyone's suggestions. I will try to respond to everyone in this 1 message: This was intended for people who get both filtering inbound and outbound form the mail gateway. At times certain legit content gets flagged on the way OUT, so this was to try and add a little negative score,

Re: DMARC plugin issue

2023-01-13 Thread Benny Pedersen
Kevin A. McGrail skrev den 2023-01-14 02:48: We are using the plugin on CentOS 7 systems with 4.0.0. What is the steps to recreate the original bug posters issue? plugin: eval failed: Can't locate object method "rule_ready" via package "Mail::SpamAssassin::PerMsgStatus" at

Re: DMARC plugin issue

2023-01-13 Thread Kevin A. McGrail
We are using the plugin on CentOS 7 systems with 4.0.0. What is the steps to recreate the original bug posters issue? On Fri, Jan 13, 2023, 20:42 Benny Pedersen wrote: > Kevin A. McGrail skrev den 2023-01-14 00:25: > > I'm referring to the DMARC plug in > >

Re: DMARC plugin issue

2023-01-13 Thread Benny Pedersen
Kevin A. McGrail skrev den 2023-01-14 00:25: I'm referring to the DMARC plug in ./lib/Mail/SpamAssassin/Plugin/DMARC.pm not the perl language modules necessary to use that plugin. and if that mudule fails its not always spamassassin faults, but its the messenger atleast some dependice is

Re: DMARC plugin issue

2023-01-13 Thread Kevin A. McGrail
I'm referring to the DMARC plug in ./lib/Mail/SpamAssassin/Plugin/DMARC.pm not the perl language modules necessary to use that plugin. On 1/13/2023 4:31 PM, Benny Pedersen wrote: Kevin A. McGrail skrev den 2023-01-13 22:03: The version that is supported ships with 4.0.0. perl module is not

Re: DMARC plugin issue

2023-01-13 Thread Benny Pedersen
Kevin A. McGrail skrev den 2023-01-13 22:03: The version that is supported ships with 4.0.0. perl module is not perl version, centos use old perl --version, no ? Mail::DMARC works on gentoo thansk for TOP posting btw. lol

Re: DMARC plugin issue

2023-01-13 Thread Kevin A. McGrail
The version that is supported ships with 4.0.0. On 1/13/2023 1:43 PM, Benny Pedersen wrote: is this old version of perl still supported ? in that case its a spamassassin bug if not -- Kevin A. McGrail kmcgr...@apache.org Member, Apache Software Foundation Chair Emeritus Apache SpamAssassin

Re: DMARC plugin issue

2023-01-13 Thread Benny Pedersen
Henrik K skrev den 2023-01-13 19:20: On Fri, Jan 13, 2023 at 02:42:51PM -0300, entregabili...@donweb.com wrote: Hello, I would like to ask about the following error that we have: plugin: eval failed: Can't locate object method "rule_ready" via package "Mail::SpamAssassin::PerMsgStatus" at

Re: DMARC plugin issue

2023-01-13 Thread Benny Pedersen
entregabili...@donweb.com skrev den 2023-01-13 19:15: Thank you very much for your reply I see that it is supposedly installed: $ spamassassin -D --lint 2>&1 | grep -i DMARC Jan 13 15:09:06.474 [30801] dbg: diag: [...] optional module installed: Mail::DMARC, version 1.20211209 These are the

Re: DMARC plugin issue

2023-01-13 Thread Henrik K
On Fri, Jan 13, 2023 at 02:42:51PM -0300, entregabili...@donweb.com wrote: > Hello, I would like to ask about the following error that we have: > > plugin: eval failed: Can't locate object method "rule_ready" via package > "Mail::SpamAssassin::PerMsgStatus" at >

Re: DMARC plugin issue

2023-01-13 Thread entregabilidad
Thank you very much for your reply I see that it is supposedly installed: $ spamassassin -D --lint 2>&1 | grep -i DMARC Jan 13 15:09:06.474 [30801] dbg: diag: [...] optional module installed: Mail::DMARC, version 1.20211209 These are the requested data: $ spamassassin -D --lint 2>&1 Jan 13

Re: DMARC plugin issue

2023-01-13 Thread Benny Pedersen
entregabili...@donweb.com skrev den 2023-01-13 18:42: Hello, I would like to ask about the following error that we have: plugin: eval failed: Can't locate object method "rule_ready" via package "Mail::SpamAssassin::PerMsgStatus" at /usr/local/share/perl5/Mail/SpamAssassin/Plugin/DMARC.pm line

DMARC plugin issue

2023-01-13 Thread entregabilidad
Hello, I would like to ask about the following error that we have: plugin: eval failed: Can't locate object method "rule_ready" via package "Mail::SpamAssassin::PerMsgStatus" at /usr/local/share/perl5/Mail/SpamAssassin/Plugin/DMARC.pm line 135. The plugin configuration in the

RE: *****SPAM***** Re: *****SPAM***** Re: *****SPAM***** Re: *****SPAM***** Re: *****SPAM***** Re: wordpress work

2023-01-13 Thread Marc
Lets see how many spamassassin is adding. RE: *SPAM* Re: *SPAM* Re: *SPAM* Re: *SPAM* Re: *SPAM* Re: wordpress work