[spamassassin] Adjust systemd unit to not log to syslog since spamd does it already.

Kevin Fenzi kevin at fedoraproject.org
Thu Jun 19 00:35:13 UTC 2014


commit 17e48507ee75b13c35ca2beb99e7b3d06a4e0b3f
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Wed Jun 18 18:35:07 2014 -0600

    Adjust systemd unit to not log to syslog since spamd does it already.
    
    - Fixes bug #1107541

 spamassassin.service |    4 ++--
 spamassassin.spec    |    6 +++++-
 2 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/spamassassin.service b/spamassassin.service
index 6e93eec..3ec5d06 100644
--- a/spamassassin.service
+++ b/spamassassin.service
@@ -6,8 +6,8 @@ After=syslog.target network.target
 EnvironmentFile=-/etc/sysconfig/spamassassin
 ExecStartPre=-/sbin/portrelease spamd
 ExecStart=/usr/bin/spamd $SPAMDOPTIONS
-StandardOutput=syslog
-StandardError=syslog
+StandardOutput=null
+StandardError=null
 Restart=always
 
 [Install]
diff --git a/spamassassin.spec b/spamassassin.spec
index 32c7478..952e15a 100644
--- a/spamassassin.spec
+++ b/spamassassin.spec
@@ -69,7 +69,7 @@ Summary: Spam filter for email which can be invoked from mail delivery agents
 Name: spamassassin
 Version: 3.4.0
 #Release: 0.8.%{prerev}%{?dist}
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: ASL 2.0
 Group: Applications/Internet
 URL: http://spamassassin.apache.org/
@@ -370,6 +370,10 @@ fi
 %endif
 
 %changelog
+* Wed Jun 18 2014 Kevin Fenzi <kevin at scrye.com> 3.4.0-6
+- Adjust systemd unit to not log to syslog since spamd does it already. 
+- Fixes bug #1107541
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.4.0-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list