Dear Sir,
I am getting mulitple copies of same email if it is addressed To and CC and they are present in Local email server.
Request Help
multiple copies of email
Re: multiple copies of email
Are you downloading mail via POP? (external download)
See last paragraph here >> https://www.hmailserver.com/documentati ... al_account
See last paragraph here >> https://www.hmailserver.com/documentati ... al_account
Just 'cause I link to a page and say little else doesn't mean I am not being nice.
https://www.hmailserver.com/documentation
https://www.hmailserver.com/documentation
Re: multiple copies of email
you have to maintain a DB table with Message-ID / recipient pairs.
user rule triggers a function to see if the same message has already been delivered for this account, if yes delete message, else insert new record into table & deliver. you can truncate the table as frequent as you like (several times a day).
as Message-ID is supposed to be universal unique per message, this works (generally), there may be exceptions though.
IOW, not something to cope with stock settings.
user rule triggers a function to see if the same message has already been delivered for this account, if yes delete message, else insert new record into table & deliver. you can truncate the table as frequent as you like (several times a day).
as Message-ID is supposed to be universal unique per message, this works (generally), there may be exceptions though.
IOW, not something to cope with stock settings.
Katip
--
HMS 5.7, MariaDB 10.4.10, SA 3.4.4, ClamAV 0.103.5
--
HMS 5.7, MariaDB 10.4.10, SA 3.4.4, ClamAV 0.103.5