Loading...
 
Development

Development


Aw: Re: Duplicate Posts with Forum and Mailing List Synchronization

posts: 120 Germany

Here's a quick'n'dirty hack to make it work (still need a decent Fix in Tiki itself).

In lib/notifications/notificationemaillib.php insert the following around line 56:

lib/notifications/notificationemaillib.php
Copy to clipboard
$mail->setHeader("X-Tiki", 'yes');


And then in the POP3-mailbox create a Sieve rule like the following:

Copy to clipboard
if header :contains "X-Tiki" "yes" { discard; }
There are no comments at this time.