~ubuntu-branches/ubuntu/karmic/spamass-milter/karmic-updates

« back to all changes in this revision

Viewing changes to debian/spamass-milter.default

  • Committer: Bazaar Package Importer
  • Author(s): Don Armstrong
  • Date: 2004-02-24 10:09:09 UTC
  • Revision ID: james.westby@ubuntu.com-20040224100909-03yw46egkqjqsd9l
Tags: 0.2.0-6
* Add patch from cvs to create pidfile and use it in init script to
  avoid start-stop-daemon needing /proc (closes: #216455)
* Use cdbs
  - Add lintian override as the config.* patches aren't applied until buildtime
* Migrate patches to debian/patches
* Init scripts now send the right signal to stop spamass-milter
* Uploaded by Stephen Gran <sgran@debian.org>

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# spamass-milt startup defaults
 
2
 
 
3
# OPTIONS are passed directly to spamass-milter.
 
4
# man spamass-milter for details
 
5
 
 
6
# Default, use per user settings
 
7
OPTIONS="-u user"
 
8
 
 
9
# Reject emails with spamassassin scores > 15.
 
10
#OPTIONS="-r 15"
 
11
 
 
12
# Do not modify Subject:, Content-Type: or body.
 
13
#OPTIONS="-m"
 
 
b'\\ No newline at end of file'