https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24588
Ulrich Kleiber <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #98441|0 |1 is obsolete| | --- Comment #4 from Ulrich Kleiber <[email protected]> --- Created attachment 98484 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=98484&action=edit Bug 24588: Prevent e-mails from Koha to be flagged as spam Set the e-mail headers Mailer-X and MessageID by Koha, to gain a better positive score from the spam filter. To test: 1) Let Koha send an e-mail message. 2) Check the header of this e-mail message with your e-mail client. There shoud be no X-Mailer header with value 'Koha'. If there is an MessageID header, it is probably set by the MSA, e.g. Exim. Example: Message-Id: <E1iyZRY-0006XT-0t@FQDN> 3) Apply patch. 4) Repeat step 1. 5) Check the header of the new e-mail message with your e-mail client. There shoud be a X-Mailer header with value 'Koha' and a MessageID header with a value set by Koha. Example: X-Mailer: Koha Message-Id: <15807387030.B731e.18490@FQDN> 6) Sign off. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
