logo       

[SACVS] CVS: spamassassin/debian/examples filter.sh,NONE,1.1: msg#00057

mail.spam.spamassassin.cvs

Subject: [SACVS] CVS: spamassassin/debian/examples filter.sh,NONE,1.1

Update of /cvsroot/spamassassin/spamassassin/debian/examples
In directory sc8-pr-cvs1:/tmp/cvs-serv8068/debian/examples

Added Files:
filter.sh
Log Message:
Fixing debian build system. Includes use of DESTDIR in
debian/rules. Redid debian/build.pl. Now contains workaround for
po-debconf stuff for woody systems. General packaging changes.
Now should not need an update after each release.


--- NEW FILE: filter.sh ---
#!/bin/sh
#
# filter.sh
#
# Simple filter to plug Anomy Sanitizer and SpamAssassin
# into the Postfix MTA
#
# From http://advosys.ca/papers/postfix-filtering.html
# Advosys Consulting Inc., Ottawa
# Modified by Jesus Climent
#
# For use with:
# Postfix 20010228 or later
# SpamAssassin 2.42 or later
#
# Note: Modify the file locations to match your particular
# server and installation of SpamAssassin.

# File locations:
# (CHANGE AS REQUIRED TO MATCH YOUR SERVER)

SENDMAIL=/usr/sbin/sendmail
SPAMASSASSIN=/usr/bin/spamc

/bin/cat | ${SPAMASSASSIN} -f | ${SENDMAIL} -i "$@"

exit $?



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise