# DELIVERY.RC # # Standard delivery recipes used by SpamBouncer when # SBDELIVERY=FILE. # # Last updated: 10/08/2005 # Deliver Viruses # :0 * VIRUSTAG ?? yes { SBLOGFLAGS="LOG 1" SBLOG="Mail Delivered to ${VIRUSFOLDER}" #SBLOG="L1-Mail Delivered to ${VIRUSFOLDER}" INCLUDERC=${SBDIR}/functions/loglevel.rc :0: ${VIRUSFOLDER} } # Deliver Spam # :0 * SPAMTAG ?? yes * ! VIRUSTAG ?? yes { SBLOGFLAGS="LOG 1" SBLOG="Mail Delivered to ${SPAMFOLDER}" #SBLOG="L1-Mail Delivered to ${SPAMFOLDER}" INCLUDERC=${SBDIR}/functions/loglevel.rc :0: ${SPAMFOLDER} } # Deliver Blocked # :0 * BLOCKTAG ?? yes * ! VIRUSTAG ?? yes * ! SPAMTAG ?? yes { SBLOGFLAGS="LOG 1" SBLOG="Mail Delivered to ${BLOCKFOLDER}" #SBLOG="L1-Mail Delivered to ${BLOCKFOLDER}" INCLUDERC=${SBDIR}/functions/loglevel.rc :0: ${BLOCKFOLDER} } # Deliver Admin # :0 * ADMINTAG ?? yes * ! VIRUSTAG ?? yes * ! SPAMTAG ?? yes * ! BLOCKTAG ?? yes { SBLOGFLAGS="LOG 1" SBLOG="Mail Delivered to ${ADMINFOLDER}" #SBLOG="L1-Mail Delivered to ${ADMINFOLDER}" INCLUDERC=${SBDIR}/functions/loglevel.rc :0: ${ADMINFOLDER} } # Deliver Legitimate Bulk # :0 * BULKTAG ?? yes * ! ADMINTAG ?? yes * ! VIRUSTAG ?? yes * ! SPAMTAG ?? yes * ! BLOCKTAG ?? yes { SBLOGFLAGS="LOG 1" SBLOG="Mail Delivered to ${BULKFOLDER}" #SBLOG="L1-Mail Delivered to ${BULKFOLDER}" INCLUDERC=${SBDIR}/functions/loglevel.rc :0: ${BULKFOLDER} } :0 * ! BULKTAG ?? yes * ! ADMINTAG ?? yes * ! VIRUSTAG ?? yes * ! SPAMTAG ?? yes * ! BLOCKTAG ?? yes { SBLOGFLAGS="LOG 1" SBLOG="Mail Delivered to ${DEFAULT}" #SBLOG="L1-Mail Delivered to ${DEFAULT}" INCLUDERC=${SBDIR}/functions/loglevel.rc }