allow user-level disabling of subject rewriting pref (#147464)

This commit is contained in:
Warren Togami 2005-05-18 02:20:36 +00:00
parent 3d13a00885
commit 3423c6ad36

View File

@ -6,7 +6,7 @@
Summary: Spam filter for email which can be invoked from mail delivery agents.
Name: spamassassin
Version: 3.0.3
Release: 3.fc4
Release: 4.fc4
License: Apache License
Group: Applications/Internet
URL: http://spamassassin.apache.org/
@ -20,6 +20,7 @@ Source10: spamassassin-helper.sh
# none yet
# Patches 100+ are SVN backports (DO NOT REUSE!)
Patch106: spamassassin-3.0.3-rc-retval.patch
Patch107: spamassassin-3.0.3-allow-disabling-subject-rewriting.patch
# end of patches
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Buildroot: %{_tmppath}/%{name}-root
@ -62,6 +63,7 @@ To filter spam for all users, add that line to /etc/procmailrc
# none yet
# Patches 100+ are SVN backports (DO NOT REUSE!)
%patch106 -p1
%patch107 -p1
# end of patches
%build
@ -148,6 +150,9 @@ fi
exit 0
%changelog
* Tue May 17 2005 Warren Togami <wtogami@redhat.com> - 3.0.3-4
- allow user-level disabling of subject rewriting pref (#147464)
* Wed Apr 27 2005 Warren Togami <wtogami@redhat.com> - 3.0.3-3
- 3.0.3
- SA#4287 retval fix