Displaying 1 result from an estimated 1 matches for "dspam_destination_recipient_limit".
2017 Jun 15
2
+vnd.dovecot.duplicate for Bogofilter duplication shortcomings
...Outgoing
lclude at company.com -> info at company.com
This way whatever lcalude sends or receives a copy will be sent to the
info mailbox. When bogofilter is enabled the bcc recipient (info)
receives a dupe of every email.
Did anybody run into this?
virtual_destination_recipient_limit = 1
dspam_destination_recipient_limit = 1
was a working fix for me for the old system, however
bogofilter_destination_recipient_limit = 1
does not work in this case so if this issue is not possible to fix by
configuration an alternate solution like making dovecot delete duplicate
messages by message ID would be a viable option.
I...