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.
9 lines
197 B
Bash
Executable File
9 lines
197 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sa-update
|
|
|
|
razor-admin -home=/etc/mail/spamassassin/.razor -register
|
|
razor-admin -home=/etc/mail/spamassassin/.razor -create
|
|
razor-admin -home=/etc/mail/spamassassin/.razor -discover
|
|
|