Browse Source

Revert set -e for boot script

Upstream broke the spamassassin rules, which caused
sa-update to fail and the whole mail server to fail
as well. So we relax the error handling here and want
a working mail server primarily, with or without
spam lists.
master
Julian Ospald 6 years ago
parent
commit
0871d5c3d6
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      boot.d/spamassasin

+ 0
- 2
boot.d/spamassasin View File

@@ -1,7 +1,5 @@
#!/bin/bash

set -e

sa-update

razor-admin -home=/etc/mail/spamassassin/.razor -register


Loading…
Cancel
Save