From 07cf2c4b20230ddedee1bf9dddc1e7cd407385f5 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Thu, 5 Feb 2015 10:02:24 -0200 Subject: Packages repo cleanup: - Drop support for pfSense < 2 - Remove archive/, old files can be reached using git - Remove old and unused packages - Move stale files from config subdir to a package subdir --- config/archive/dspam/www/dspam-prefs.php | 234 ------------------------------- 1 file changed, 234 deletions(-) delete mode 100644 config/archive/dspam/www/dspam-prefs.php (limited to 'config/archive/dspam/www/dspam-prefs.php') diff --git a/config/archive/dspam/www/dspam-prefs.php b/config/archive/dspam/www/dspam-prefs.php deleted file mode 100644 index 4e6b0f90..00000000 --- a/config/archive/dspam/www/dspam-prefs.php +++ /dev/null @@ -1,234 +0,0 @@ - - - -EOD; - -$pfSenseHead->addScript($jscriptstr); -echo $pfSenseHead->getHTML(); - -?> - - - -
- - -

- - This page lets you configure how the filter will handle your messages. - -

- - - - - - - -
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Statistical SPAM Protection for...
Username - - /> - - - -   - - /> -
 
- Training – Configure how the filter learns as it processes messages -
-

DSPAM should train:

- value="TEFT" type="radio" class="formfld" title="On every new message scanned by the filter" alt="On every new message scanned by the filter" name="rad_train" id="rad_train_one" /> - -
- value="TOE" type="radio" class="formfld" title="Only when the filter makes a mistake" alt="Only when the filter makes a mistake" name="rad_train" id="rad_train_two" /> - -
- value="TUM" type="radio" class="formfld" title=";Only with new data or if the filter makes a mistake" alt=";Only with new data or if the filter makes a mistake" name="rad_train" id="rad_train_three" /> - -
-

When I train DSPAM, I prefer:

- value="message" type="radio" class="formfld" title="To forward my spams (signature appears in message body)" alt="To forward my spams (signature appears in message body)" name="rad_train_action" id="rad_train_action_one" /> - -
- value="headers" type="radio" class="formfld" title="To bounce my spams (signature appears in message headers)" alt="To bounce my spams (signature appears in message headers)" name="rad_train_action" id="rad_train_action_two" /> - -
-

- Filter sensitivity during the training period: -

-

- - - Catch SPAM (More in Quarantine)  - /> - /> - /> - /> - /> - » - /> - « - /> - /> - /> - /> - /> -  Assume Good (Fewer in Quarantine) - - -

-
 
- Message Handling – Configure how SPAM is handled -
-

When a SPAM message is identified:

-

- type="radio" class="formfld" title="Quarantine the message" alt="Quarantine the message" name="rad_ident_action" id="rad_ident_action_one" /> - -
- type="radio" class="formfld" title="Tag the Subject header with" alt="Tag the Subject header with" name="rad_ident_action" id="rad_ident_action_two" /> - - " name="msgtag" /> -
- type="radio" class="formfld" title="Deliver the message normally with a X-DSPAM-Result header" alt="Deliver the message normally with a X-DSPAM-Result header" name="rad_ident_action" id="rad_ident_action_three" /> - -

-
 
- Features – Tuning SPAM filtering -
-

- type="checkbox" class="formbtn" title="Enable noise reduction, which usually improves filtering accuracy" alt="Enable noise reduction, which usually improves filtering accuracy" name="chk_feature_nr" id="chk_feature_nr" /> - -
- type="checkbox" class="formbtn" title="Enable automatic whitelisting to record frequent correspondence" alt="Enable automatic whitelisting to record frequent correspondence" name="chk_feature_aw" id="chk_feature_aw" /> - -
- type="checkbox" class="formbtn" title="Add the factoring tokens in each email into the message's full headers" alt="Add the factoring tokens in each email into the message's full headers" name="chk_feature_at" id="chk_feature_at" /> - - -

-
 
  - " /> -
-
-
-
- - - - \ No newline at end of file -- cgit v1.2.3