]> git.proxmox.com Git - pmg-api.git/commit
create pmg-scores.cf unconditionally
authorStoiko Ivanov <s.ivanov@proxmox.com>
Mon, 18 Nov 2019 09:03:17 +0000 (10:03 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 18 Nov 2019 13:37:23 +0000 (14:37 +0100)
commitf9d8c3050836a0c86f78c4db9680f9cfc6b00228
treefd63cb5086e1a400b809f170bccdacde86264c15
parent6c6098aa0fe44aa02b793165281250c8c15d4ccb
create pmg-scores.cf unconditionally

with the recent addtion of adjustable SA-rule scores, we introduced
'/etc/mail/spamassassin/pmg-scores.cf' as a new file and included it in the
cluster synchronization.

If the file does not exist the `rsync` command complains leading to misleading
errors in the journal.

Unconditionally creating the file (like we do for the already existing
'custom.cf') removes the warnings.

Reported-by: Martin Maurer <martin@proxmox.com>
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
src/PMG/Config.pm