- SA#4191 uri_to_domain() is broken for urls with empty port SA#4232
multipart message with 0 parts -> uninitialized in m// SA#4121 Score for user defined rules become ignored SA#3944 get_envelope_from not handling received header
This commit is contained in:
parent
759df5ec05
commit
532fd9e90a
@ -6,7 +6,7 @@
|
|||||||
Summary: Spam filter for email which can be invoked from mail delivery agents.
|
Summary: Spam filter for email which can be invoked from mail delivery agents.
|
||||||
Name: spamassassin
|
Name: spamassassin
|
||||||
Version: 3.0.2
|
Version: 3.0.2
|
||||||
Release: 8.fc4
|
Release: 9.fc4
|
||||||
License: Apache License
|
License: Apache License
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
URL: http://spamassassin.apache.org/
|
URL: http://spamassassin.apache.org/
|
||||||
@ -20,6 +20,11 @@ Source10: spamassassin-helper.sh
|
|||||||
# none yet
|
# none yet
|
||||||
# Patches 100+ are SVN backports (DO NOT REUSE!)
|
# Patches 100+ are SVN backports (DO NOT REUSE!)
|
||||||
Patch100: spamassassin-3.0.3-r122144.patch
|
Patch100: spamassassin-3.0.3-r122144.patch
|
||||||
|
# Not svn yet... but soon
|
||||||
|
Patch101: spamassassin-3.0.3-r122144-get_envelope_from.patch
|
||||||
|
Patch102: spamassassin-3.0.3-r122144-uri_to_domain.patch
|
||||||
|
Patch103: spamassassin-3.0.3-r122144-multipart-0-parts.patch
|
||||||
|
Patch104: spamassassin-3.0.3-r122144-userdefined-rule-score.patch
|
||||||
# end of patches
|
# end of patches
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
Buildroot: %{_tmppath}/%{name}-root
|
Buildroot: %{_tmppath}/%{name}-root
|
||||||
@ -62,6 +67,10 @@ To filter spam for all users, add that line to /etc/procmailrc
|
|||||||
# none yet
|
# none yet
|
||||||
# Patches 100+ are SVN backports (DO NOT REUSE!)
|
# Patches 100+ are SVN backports (DO NOT REUSE!)
|
||||||
%patch100 -p1
|
%patch100 -p1
|
||||||
|
%patch101 -p0
|
||||||
|
%patch102 -p1
|
||||||
|
%patch103 -p0
|
||||||
|
%patch104 -p0
|
||||||
# end of patches
|
# end of patches
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -148,6 +157,12 @@ fi
|
|||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 21 2005 Warren Togami <wtogami@redhat.com> - 3.0.2-9
|
||||||
|
- SA#4191 uri_to_domain() is broken for urls with empty port
|
||||||
|
SA#4232 multipart message with 0 parts -> uninitialized in m//
|
||||||
|
SA#4121 Score for user defined rules become ignored
|
||||||
|
SA#3944 get_envelope_from not handling received header
|
||||||
|
|
||||||
* Sun Apr 10 2005 Ville Skyttä <ville.skytta at iki.fi> - 3.0.2-8
|
* Sun Apr 10 2005 Ville Skyttä <ville.skytta at iki.fi> - 3.0.2-8
|
||||||
- Own /usr/share/spamassassin (#152534).
|
- Own /usr/share/spamassassin (#152534).
|
||||||
- Drop no longer needed dependency filter script.
|
- Drop no longer needed dependency filter script.
|
||||||
@ -157,6 +172,7 @@ exit 0
|
|||||||
|
|
||||||
* Sat Apr 02 2005 Warren Togami <wtogami@redhat.com> 3.0.2-6
|
* Sat Apr 02 2005 Warren Togami <wtogami@redhat.com> 3.0.2-6
|
||||||
- test svn 3.0 stable r122144 snapshot
|
- test svn 3.0 stable r122144 snapshot
|
||||||
|
SA#3826 #4044 #4050 #4048 #4075 #4064 #4075 #4034 #3952
|
||||||
|
|
||||||
* Thu Mar 24 2005 Florian La Roche <laroche@redhat.com>
|
* Thu Mar 24 2005 Florian La Roche <laroche@redhat.com>
|
||||||
- add "exit 0" to postun script
|
- add "exit 0" to postun script
|
||||||
|
Loading…
Reference in New Issue
Block a user