-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Specific profiles (seemingly) not applied #86
Comments
can you try to set connection information only in the default profile and create 2 profiles one for targetchannelA and one for targetchannelB and see if it works? As far as i see everything in your inbox with to addres [email protected] should be send to targetchannelB. also the indentation of Profile.Filter seems a bit off, not sure if thats an issue. |
This is the updated config.
|
|
First of all: Thanks for all the work!
We have a config that has a defined default profile for mail, mattermost and filters.
Then there is another specific profile that just defines a deviant filter set to filter for another "to" address.
Mail to [email protected] is received and posted to #targetchannelA,
however mail to [email protected] is just shown as
mail2most | time="2024-02-06T07:22:50Z" level=debug msg="processing message" subject="Testmail" uid=18
mail2most | time="2024-02-06T07:22:50Z" level=debug msg="InlineHeader type is" type="text/plain; charset=UTF-8; format=flowed"
mail2most | time="2024-02-06T07:22:50Z" level=debug msg="message not passing the filter" subject="Testmail" uid=18
mail2most | time="2024-02-06T07:22:50Z" level=debug msg=mailserver server="mail.server:993" status=connected
mail2most | time="2024-02-06T07:22:50Z" level=debug msg="checking folders" folders="[INBOX]"
Even though there is no subject filter set at all.
Please see the config attached:
We have also tried redefining complete Mail and Mattermost sections for the targetmailB Profile section, with no luck.
Is this even the right way to do it, if only the filters differ from the default profile and mail/mattermost stay the same?
Thanks in advance!
The text was updated successfully, but these errors were encountered: