|
Hi all, I'm having a hard time figuring out where to put the imap_filter directive in the default maddy.conf . The documentation isn't really clear on that (at least to me) (see Doc) . Can anyone help me out? |
Answered by
foxcpp
Jul 8, 2021
Replies: 2 comments 3 replies
|
Good catch. Documentation for IMAP metadata filtering is a bit lacking. maddy-storage specifies imap_filters directive that should be set in storage.imapsql block. E.g. like this: It might be counter-intuitive (why not |
0 replies
Answer selected by
foxcpp
|
I already tried that leads to |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Good catch. Documentation for IMAP metadata filtering is a bit lacking.
maddy-storage specifies imap_filters directive that should be set in storage.imapsql block.
E.g. like this:
It might be counter-intuitive (why not
imapendpoint block?) but makes more sense if you consider that IMAP endpoint has nothing to do with message delivery.