minor cleanups, rename conf dir to /etc/mail/spamassassin/channel.d/
This commit is contained in:
parent
70c58f5e2a
commit
5b2c53441d
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
# *** DO NOT MODIFY THIS FILE ***
|
||||
#
|
||||
# /etc/mail/spamassassin/channels/*.conf
|
||||
# /etc/mail/spamassassin/channel.d/*.conf
|
||||
# Place files here to add custom channels.
|
||||
#
|
||||
|
||||
@ -46,8 +46,8 @@ fi
|
||||
# Initialize Channels and Keys
|
||||
CHANNELLIST=""
|
||||
KEYLIST=""
|
||||
# Process each channel defined in /etc/mail/spamassassin/channels/
|
||||
for file in $(run_parts_list /etc/mail/spamassassin/channels/ .conf); do
|
||||
# Process each channel defined in /etc/mail/spamassassin/channel.d/
|
||||
for file in $(run_parts_list /etc/mail/spamassassin/channel.d/ .conf); do
|
||||
# Validate config file
|
||||
PREFIXES="CHANNELURL KEYID BEGIN"
|
||||
for prefix in $PREFIXES; do
|
||||
@ -57,8 +57,8 @@ for file in $(run_parts_list /etc/mail/spamassassin/channels/ .conf); do
|
||||
fi
|
||||
done
|
||||
. $file
|
||||
echo "CHANNELURL=$CHANNELURL"
|
||||
echo "KEYID=$KEYID"
|
||||
#echo "CHANNELURL=$CHANNELURL"
|
||||
#echo "KEYID=$KEYID"
|
||||
CHANNELLIST="$CHANNELLIST $CHANNELURL"
|
||||
KEYLIST="$KEYLIST $KEYID"
|
||||
sa-update --import $file
|
||||
|
@ -52,7 +52,7 @@ Summary: Spam filter for email which can be invoked from mail delivery agents
|
||||
Name: spamassassin
|
||||
Version: 3.3.0
|
||||
%define prename rc2
|
||||
Release: 0.30.%{prename}%{?dist}
|
||||
Release: 0.31.%{prename}%{?dist}
|
||||
License: ASL 2.0
|
||||
Group: Applications/Internet
|
||||
URL: http://spamassassin.apache.org/
|
||||
@ -201,9 +201,9 @@ mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/spamassassin
|
||||
|
||||
# sa-update channels and keyring directory
|
||||
mkdir -m 0700 $RPM_BUILD_ROOT%{_sysconfdir}/mail/spamassassin/sa-update-keys/
|
||||
mkdir -m 0755 $RPM_BUILD_ROOT%{_sysconfdir}/mail/spamassassin/channels/
|
||||
install -m 0644 %{SOURCE11} $RPM_BUILD_ROOT%{_sysconfdir}/mail/spamassassin/channels/
|
||||
install -m 0644 %{SOURCE12} $RPM_BUILD_ROOT%{_sysconfdir}/mail/spamassassin/channels/
|
||||
mkdir -m 0755 $RPM_BUILD_ROOT%{_sysconfdir}/mail/spamassassin/channel.d/
|
||||
install -m 0644 %{SOURCE11} $RPM_BUILD_ROOT%{_sysconfdir}/mail/spamassassin/channel.d/
|
||||
install -m 0644 %{SOURCE12} $RPM_BUILD_ROOT%{_sysconfdir}/mail/spamassassin/channel.d/
|
||||
|
||||
# Tell portreserve which port we want it to protect.
|
||||
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/portreserve
|
||||
@ -261,11 +261,11 @@ fi
|
||||
exit 0
|
||||
|
||||
%changelog
|
||||
* Mon Jan 11 2010 Warren Togami <wtogami@redhat.com> - 3.3.0-0.30-rc2
|
||||
* Mon Jan 11 2010 Warren Togami <wtogami@redhat.com> - 3.3.0-0.31-rc2
|
||||
- 3.3.0-rc2
|
||||
|
||||
* Mon Dec 28 2009 Warren Togami <wtogami@redhat.com> - 3.3.0-0.29.rc1
|
||||
- sa-update channels defined in /etc/mail/spamassassin/channels/*.conf
|
||||
- sa-update channels defined in /etc/mail/spamassassin/channel.d/*.conf files
|
||||
|
||||
* Mon Dec 28 2009 Warren Togami <wtogami@redhat.com> - 3.3.0-0.27.rc1
|
||||
- sa-update runs in cron automatically if spamd or amavisd is running
|
||||
@ -274,10 +274,6 @@ exit 0
|
||||
* Mon Dec 21 2009 Warren Togami <wtogami@redhat.com> - 3.3.0-0.26.rc1
|
||||
- 3.3.0-rc1.proposed2 with fixed spamc
|
||||
|
||||
* Mon Dec 21 2009 Nick Bebout <nb@fedoraproject.org> - 3.3.0-0.24.beta1
|
||||
- Revert to beta1 to fix major error where spamc does nothing and mail
|
||||
is lost into black hole.
|
||||
|
||||
* Fri Dec 18 2009 Warren Togami <wtogami@redhat.com> - 3.3.0-0.23.rc1
|
||||
- 3.3.0-rc1
|
||||
- Bug #103401: portreserve protect spamd port 783 on F-10+
|
||||
|
Loading…
Reference in New Issue
Block a user