|
[SACVS] CVS: spamassassin/debian/examples filter.sh,NONE,1.1: msg#00057mail.spam.spamassassin.cvs
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> |
|---|---|---|
| Previous by Date: | [SACVS] CVS: spamassassin/build 2.60_change_summary,1.2,1.3 preprocessor,1.11,1.12: 00057, Daniel Quinlan |
|---|---|
| Next by Date: | [SACVS] CVS: spamassassin/debian/po ja.po,NONE,1.1 fr.po,1.2,1.3: 00057, Duncan Findlay |
| Previous by Thread: | [SACVS] CVS: spamassassin/build 2.60_change_summary,1.2,1.3 preprocessor,1.11,1.12i: 00057, Daniel Quinlan |
| Next by Thread: | [SACVS] CVS: spamassassin/debian/po ja.po,NONE,1.1 fr.po,1.2,1.3: 00057, Duncan Findlay |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |