Re: [mlmmj] access::Deny seems to have stopped working ?
Roderick <[email protected]> Tue, 16 Jun 2020 09:09:45 +0000
| Newsgroups | org.mlmmj.mlmmj |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 16 Jun 2020, Per Jessen wrote: > This morning I added some debug output to mlmmj-process - the reason > the "deny" above isn't working is simply that MIME headers in the email > body are not being tested :-) > > I guess our many 'deny' rules (to refuse various attachments) quite > simply _never_ worked. Is that really the case? Is there the functionality to test the body of a mail, here MIME headers of an attachment? I read in README.access only: """ Each header in the mail is tested against each rule, rule by rule. That is, all headers are first tested against the first rule, then all headers are tested against the second rule, and so on. """" Rodrigo