Parent Directory | Revision Log | Revision Graph
Initial import of spamassassin in our CVS
1 | #!/bin/bash |
2 | # Only restart spamd if sa-update returns 0, meaning it updated the rules |
3 | export HOME=@homedir@ |
4 | cd $HOME |
5 | (/usr/bin/sa-update \ |
6 | --gpgkeyfile @configdir@/gpgkeys \ |
7 | --channelfile @configdir@/channels \ |
8 | && service spamassassin condrestart > /dev/null) 2>&1 \ |
9 | | tee -a /var/log/sa-update.log |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |