[Koha-bugs] [Bug 24588] Prevent e-mails from Koha to be flagged as spam

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 5 15:10:34 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24588

Ulrich Kleiber <ulrich.kleiber at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #98484|0                           |1
        is obsolete|                            |

--- Comment #5 from Ulrich Kleiber <ulrich.kleiber at bsz-bw.de> ---
Created attachment 98489
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=98489&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 should 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 at FQDN>
3) Apply patch.
4) Repeat step 1.
5) Check the header of the new e-mail message with your e-mail client.
   There should 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 at FQDN>
6) Sign off.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list