Till Brehm
2014-09-12 21c8aacf5317867f71d0a7bb71c4c2b088d02d23
commit | author | age
f99b12 1 <?php
b51db0 2 $wb['policy_name_txt'] = 'Policy Name';
T 3 $wb['virus_lover_txt'] = 'Virus lover';
4 $wb['spam_lover_txt'] = 'SPAM lover';
5 $wb['banned_files_lover_txt'] = 'Banned files lover';
6 $wb['bad_header_lover_txt'] = 'Bad header lover';
7 $wb['bypass_virus_checks_txt'] = 'Bypass virus checks';
8 $wb['bypass_banned_checks_txt'] = 'Bypass banned checks';
9 $wb['bypass_header_checks_txt'] = 'Bypass header checks';
10 $wb['virus_quarantine_to_txt'] = 'Forward virus to email';
11 $wb['spam_quarantine_to_txt'] = 'Forward spam to email';
12 $wb['banned_quarantine_to_txt'] = 'Forward banned to email';
13 $wb['bad_header_quarantine_to_txt'] = 'Forward bad header to email';
14 $wb['clean_quarantine_to_txt'] = 'Forward clean to email';
15 $wb['other_quarantine_to_txt'] = 'Forward other to email';
16 $wb['spam_tag_level_txt'] = 'SPAM tag level';
17 $wb['spam_tag2_level_txt'] = 'SPAM tag2 level';
18 $wb['spam_kill_level_txt'] = 'SPAM kill level';
19 $wb['spam_dsn_cutoff_level_txt'] = 'SPAM dsn cutoff level';
20 $wb['spam_quarantine_cutoff_level_txt'] = 'SPAM quarantine cutoff level';
21 $wb['spam_modifies_subj_txt'] = 'SPAM modifies subject';
22 $wb['spam_subject_tag_txt'] = 'SPAM subject tag';
23 $wb['spam_subject_tag2_txt'] = 'SPAM subject tag2';
24 $wb['addr_extension_virus_txt'] = 'Addr. extension virus';
25 $wb['addr_extension_spam_txt'] = 'Addr. extension SPAM';
26 $wb['addr_extension_banned_txt'] = 'Addr. extension banned';
27 $wb['addr_extension_bad_header_txt'] = 'Addr extension bad header';
28 $wb['warnvirusrecip_txt'] = 'Warn virus recip.';
29 $wb['warnbannedrecip_txt'] = 'Warn banned recip.';
30 $wb['warnbadhrecip_txt'] = 'Warn bad header recip.';
31 $wb['newvirus_admin_txt'] = 'Newvirus admin';
32 $wb['virus_admin_txt'] = 'Virus admin';
33 $wb['banned_admin_txt'] = 'Banned admin';
34 $wb['bad_header_admin_txt'] = 'Bad header admin';
35 $wb['spam_admin_txt'] = 'SPAM admin';
36 $wb['message_size_limit_txt'] = 'Message size limit';
37 $wb['banned_rulenames_txt'] = 'Banned rulenames';
f99b12 38 ?>
21c8aa 39
TB 40