Parent Directory
|
Revision Log
our amavis filter is now also in svn
| 1 | $policy_bank{'pb_'.$bank} = { |
| 2 | |
| 3 | sa_site_rules_filename => '[/etc/spamassassin/multiconf/10_'.$bank.'.cf]', |
| 4 | local_domains_maps => [[ qw ( lists.debian.org localhost murphy.debian.org ) ]], |
| 5 | X_HEADER_TAG => 'X-Virus-Scanned', |
| 6 | X_HEADER_LINE => "at lists.debian.org with policy bank " .$bank, |
| 7 | bypass_virus_checks_maps => [1], |
| 8 | bypass_spam_checks_maps => [1], |
| 9 | warnvirusrecip_maps => [ 0 ], |
| 10 | warnbannedrecip_maps => [ 0 ], |
| 11 | warn_offsite => 0, |
| 12 | |
| 13 | }; |
| 14 |
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |