Home |
About Spam |
About SpamBouncer |
Downloads |
Configuration |
Reference |
Resources
Overview |
Configuration Variables |
Blocked Spammers |
Whitelists |
Blocklists |
Pattern Matching Filters

SpamBouncer Variable Definitions:
SBDELIVERY
| Variable Name: |
SBDELIVERY |
Default Value: |
FILE |
| Other Values: |
FILTER and MH. |
The SBDELIVERY variable controls how the SpamBouncer delivers your email after it is filtered. You have three choices:
- FILE. The default choice. Setting SBDELIVERY=FILE, or not setting the SBDELIVERY variable at all, delivers your email to the Unix-style flat file email folders you designate. You tell the SpamBouncer which folders to use by setting the ADMINFOLDER, BLOCKFOLDER, BULKFOLDER, DEFAULT, SPAMFOLDER, and VIRUSFOLDER variables in the variables section at the top of your .procmailrc file.
- FILTER. Setting SBDELIVERY=FILTER causes the SpamBouncer to filter and tag your email, and then to return it to Procmail undelivered. You can then allow all of it to be delivered to your designated DEFAULT mailbox, as happens by default when no other delivery location is selected, or you can write your own delivery recipes.
- MH. Setting SBDELIVERY=MH causes the SpamBouncer to deliver your email to MH Mail style indexed folders. You tell the SpamBouncer which folders to use by setting the ADMINFOLDER, BLOCKFOLDER, BULKFOLDER, DEFAULT, SPAMFOLDER, and VIRUSFOLDER variables in the variables section at the top of your .procmailrc file, just as you do with the default SBDELIVERY=FILE setting. The SpamBouncer then interprets these settings as referring to MH Mail folders rather than standard Unix flat file folders.
NOTE: If you set SBDELIVERY=MH, you must ensure that your server's copy of the rcvstore program is located in the /usr/lib/mh directory, or set the MHDELIVER variable to point to the proper directory and filename.