#####################################################################
# File: settings_per_domain.txt
#
#   Read the documetation at:
#   http://toribio.apollinare.org/qmail-scanner/settings_per_domain.html
#
#   This file contains the scanners that will be run and the sa_settings
#   for "each" user/domain that match the db, if there isn't a
#   match qmail-scanner will fall to the @scanners_default array,
#   this array could be set to @scanners_default=('none') if by default
#   you don't want to run any scanner (see below)
#
#   The scanners will be run in the "same order" as you write them
#
#   The following line is splitted in three lines to do it more readable
#
#   user@domain.com : scanner1,scanner2,scanner3'sa_subject'sa_quarantine'
#                   sa_delta'sa_delete'sa_reject'sa_forward'sa_fwd_verbose'
#                   sa_hdr_report'smaildir
#
#   Notice that the scanners are separated by a "comma" and the other settings
#   by a "single quote".
#
#
#   Example:
#
#   domain.com:sophie,clamdscan,sa,ps'[SPAM]'1.9'0.4'3'0'spamcheck@domain.com'1'1'spamdir_domain
#   tizio@domain.com:sa,ps'** SPAM **'2.5''3.9'0
#   caio@domain.com:clamdscan,sa,ps''''''''1'spamdir_caio
#   sempronio@domain.com:none
#   #
#   otherdomain.com:none
#   jsmith@otherdomain.com:sophie,sa,ps'none'1.7''2.7'0'''1'spamdir_jsmith
#   jdoe@otherdomain.com:sa,ps
#
#
#   The full address will be checked first
#
#   It is possible to write 'sophie' or 'sophie_scanner',
#   'clamdscan' or 'clamdscan_scanner'...
#
#   You can write 'ps' or 'perlscanner' instead of 'perlscan_scanner' and
#   'sa' instead of 'spamassassin'
#
#   You must not write in this file fast_spamassassin or verbose_spamassassin,
#   that is set in the variable sa_fast (or sa_alt) in the 
#   file qmail-scanner-queue.pl
#
#   Setting the scanners to 'none' qmail-scanner will just unpack the message
#   and then send it to qmail-queue
#
#   Set 'sa_subject' to 'none' if you don't want a 'sa_subject' for that
#   'user/domain' even if there is a default 'sa_subject_site'.
#
#   You can omit the options that you want 'qmail-scanner' gets from
#   the sa_settings_site, but you always have to specify the 'scanners' for the
#   'user/domain'. If 'spamassassin' it is not present in the <'user/domain'
#   settings, the 'sa_settings' are ignored.
#
#   Lines starting with a '#' or 'space' will be ignored
#
#   Run '/var/qmail/bin/qmail-scanner-queue.pl -p' to generate the db
#
#   Run '/var/qmail/bin/qmail-scanner-queue.pl -d' to display the db
#
#   Run '/var/qmail/bin/qmail-scanner-queue.pl -s' to rebuild this
#   file in alphabetic order, the original file will be renamed
#
#####################################################################
#
