znuny / Znuny

Znuny/Znuny LTS is a fork of the ((OTRS)) Community Edition, one of the most flexible web-based ticketing systems used for Customer Service, Help Desk, IT Service Management.
https://www.znuny.org
GNU General Public License v3.0
343 stars 83 forks source link

Auto response signing option added #394

Open pboguslawski opened 1 year ago

pboguslawski commented 1 year ago

Proposed change

Znuny allows signing messages sent manually by agent using S/MIME or PGP but does not allow signing auto responses. This is inconsistent from message receiver point of view (auto responses may have same sender address like messages sent manually and are not signed which may look suspicious).

This mod introduces new SysConfig parameter AutoResponseSign. When set to 'Yes' and S/MIME and/or PGP message signing is enabled, auto responses for tickets created in queues with default signing enabled will be signed if auto response sender address matches queue sender address.

Type of change

Additional information

Author-Change-Id: IB#1099508

Checklist