rpms/spamass-milter/FC-3 spamass-milter.spec,1.7,1.8

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Mon May 15 09:42:40 UTC 2006


Author: pghmcfc

Update of /cvs/extras/rpms/spamass-milter/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16101

Modified Files:
	spamass-milter.spec 
Log Message:
Use upstream default settings (#191602)



Index: spamass-milter.spec
===================================================================
RCS file: /cvs/extras/rpms/spamass-milter/FC-3/spamass-milter.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- spamass-milter.spec	7 May 2006 10:46:58 -0000	1.7
+++ spamass-milter.spec	15 May 2006 09:42:40 -0000	1.8
@@ -1,7 +1,7 @@
 Summary:        Sendmail milter for spamassassin
 Name:           spamass-milter
 Version:        0.3.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 License:        GPL
 Group:          System Environment/Daemons
 URL:            http://savannah.nongnu.org/projects/spamass-milt/
@@ -68,7 +68,7 @@
 
 ### Default variables
 SOCKET="%{_localstatedir}/run/spamass-milter/spamass-milter.sock"
-EXTRA_FLAGS="-m -r 15"
+EXTRA_FLAGS=""
 SYSCONFIG="%{_sysconfdir}/sysconfig/spamass-milter"
 
 ### Read configuration
@@ -176,6 +176,15 @@
 %dir %attr(-,sa-milt,sa-milt) %{_localstatedir}/run/spamass-milter
 
 %changelog
+* Mon May 15 2006 Paul Howarth <paul at city-fan.org> - 0.3.1-3
+- Use upstream default settings (#191602)
+  This change re-enables by default Subject/Content-Type header modification
+  (which may have a performance impact for large messages) and disables by
+  default the rejection of emails with a spam score of 15 or more. To re-enable
+  these options, uncomment the line:
+  EXTRA_FLAGS="-m -r 15"
+  in %{_sysconfdir}/sysconfig/spamass-milter
+  
 * Sun May  7 2006 Paul Howarth <paul at city-fan.org> - 0.3.1-2
 - Fix race condition in "stop" clause of initscript (#190894)
 




More information about the fedora-extras-commits mailing list