Remove -d from spamassassin.sysconfig

This commit is contained in:
Nick Bebout 2011-06-23 17:00:20 -05:00
parent cd4b197990
commit 009140679f
2 changed files with 4 additions and 1 deletions

View File

@ -283,6 +283,9 @@ fi
exit 0
%changelog
* Thu Jun 23 2011 Nick Bebout <nb@fedoraproject.org> - 3.3.2-2
- Remove -d from spamassassin.sysconfig
* Mon Jun 6 2011 Warren Togami <warren@togami.com> - 3.3.2-1
- 3.3.2

View File

@ -1,2 +1,2 @@
# Options to spamd
SPAMDOPTIONS="-d -c -m5 -H"
SPAMDOPTIONS="-c -m5 -H"