You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- summarizer: counttitle: Hosts of Discarded and Junk Mailswhere: {allof: {tags: {contains: 'mail.log'},SYSLOGPROG: {contains: 'dovecot'}}}config: {'%{msgid_host}': 'deliver\(%{USER:user}\): sieve: msgid=<%{DATA:msgid_nonhost}@%{IPORHOST:msgid_host}>: marked message to be discarded if not explicitly delivered', '%{msgid_host}': "deliver\\(%{USER:user}\\): sieve: msgid=<%{DATA:msgid_nonhost}@%{IPORHOST:msgid_host}>: stored mail into mailbox 'Junk'" }
The reason for this is the duplicate key in the config section. Currently, only one of both entries gets processed.
To resolve the problem, we must use YAML maps instead.
The text was updated successfully, but these errors were encountered:
The following summarizer is malfunctioning:
The reason for this is the duplicate key in the
config
section. Currently, only one of both entries gets processed.To resolve the problem, we must use YAML maps instead.
The text was updated successfully, but these errors were encountered: