Re: [Assp-test] blockStrictDKIMRe -- also thoughts on DMARC rejects

2022-07-19 Thread Thomas Eckardt
be happen at any later time (analyze, blockreport, notify, ham/spam report, rebuildspamdb, ...) I'm sure this is not possible if 'AllowCodeInRegex' is disabled! Thomas Von:"K Post" An: "ASSP development mailing list" Datum: 16.07.2022 13:32 Betreff:

Re: [Assp-test] blockStrictDKIMRe -- also thoughts on DMARC rejects

2022-07-16 Thread K Post
they are added to > the mail header > translateReply - translate MTA SMTP reply codes (some MTA's provides bad > reply codes) > customAnalyze - called before a mail is parsed and processed by the > analyzer > > from ASSP_AFC.pm: > > AFC_Executa

Re: [Assp-test] blockStrictDKIMRe -- also thoughts on DMARC rejects

2022-07-15 Thread Thomas Eckardt
can point to subs in CorrectASSPcfg.pm: ASSP_ARCSelectCode ASSP_RSSSelectCode debugCode Thomas Von: "K Post" An: "ASSP development mailing list" Datum: 14.07.2022 17:07 Betreff:Re: [Assp-test] blockStrictDKIMRe -- also thoughts on DMARC rejects Outstanding

Re: [Assp-test] blockStrictDKIMRe -- also thoughts on DMARC rejects

2022-07-14 Thread K Post
pass'; > return 1 if $this->{dkimverified} eq 'verified-OK'; > my $re = qr/ > domain1\.org > | \.domain2\.org > | user[^@]+?\@.+?\.domain3\.org > /xis; > return ($match !~ /$re/); > } > > > Thomas > > > Von

Re: [Assp-test] blockStrictDKIMRe -- also thoughts on DMARC rejects

2022-07-09 Thread Thomas Eckardt
| \.domain2\.org | user[^@]+?\@.+?\.domain3\.org /xis; return ($match !~ /$re/); } Thomas Von:"Thomas Eckardt" An: "ASSP development mailing list" Datum: 08.07.2022 16:53 Betreff:Re: [Assp-test] blockStrictDKIMRe -- also thoughts on DMARC rejec

Re: [Assp-test] blockStrictDKIMRe -- also thoughts on DMARC rejects

2022-07-08 Thread Thomas Eckardt
are more ways to get wanted results in assp. If someone solved a similar problem using another way, it would be nice to hear, how this was done. Thomas Von:"K Post" An: "ASSP development mailing list" Datum: 07.07.2022 15:56 Betreff:Re: [Assp-test] blockSt

Re: [Assp-test] blockStrictDKIMRe -- also thoughts on DMARC rejects

2022-07-07 Thread K Post
;K Post" > An: "ASSP development mailing list" < > assp-test@lists.sourceforge.net> > Datum:16.06.2022 19:28 > Betreff:[Assp-test] blockStrictDKIMRe -- also thoughts on DMARC > rejects > -- > > > > The ability

Re: [Assp-test] blockStrictDKIMRe -- also thoughts on DMARC rejects

2022-06-17 Thread Thomas Eckardt
exists for DKIM. If we ignore/change/override sender policies for SPF and DKIM, it is not wise to honor the reject DMARC policy strictly. Thomas Von:"K Post" An: "ASSP development mailing list" Datum: 16.06.2022 19:28 Betreff: [Assp-test] bloc

[Assp-test] blockStrictDKIMRe -- also thoughts on DMARC rejects

2022-06-16 Thread K Post
The ability to block failed SPF, instead of just scoring them, for delect regex matches has been a terrific feature of ASSP for a long time. (Block SPF Processing Regex* (blockstrictSPFRe) ) *Would you please consider adding a feature to do the same for a failed DKIM signature?* Outright blocki