* Tyler Akins * Brent Bice * (c) 2000 (GNU GPL - see ../../COPYING) * * This plugin filters your inbox into different folders based upon given * criteria. It is most useful for people who are subscibed to mailing lists * to help organize their messages. The argument stands that filtering is * not the place of the client, which is why this has been made a plugin for * SquirrelMail. You may be better off using products such as Sieve or * Procmail to do your filtering so it happens even when SquirrelMail isn't * running. * * If you need help with this, or see improvements that can be made, please * email me directly at the address above. I definately welcome suggestions * and comments. This plugin, as is the case with all SquirrelMail plugins, * is not directly supported by the developers. Please come to me off the * mailing list if you have trouble with it. * * Also view plugins/README.plugins for more information. * */ chdir (".."); require_once('../src/validate.php'); require_once ("../functions/page_header.php"); require_once ("../functions/imap.php"); require_once ("../src/load_prefs.php"); global $AllowSpamFilters; displayPageHeader($color, "None"); if (isset($filter_submit)) { if (!isset($theid)) $theid = 0; $filter_what = ereg_replace(",", " ", $filter_what); $filter_what = str_replace("\\\\", "\\", $filter_what); $filter_what = str_replace("\\\"", "\"", $filter_what); $filter_what = str_replace("\"", """, $filter_what); setPref($data_dir, $username, "filter".$theid, $filter_where.",".$filter_what.",".$filter_folder); $filters[$theid]["where"] = $filter_where; $filters[$theid]["what"] = $filter_what; $filters[$theid]["folder"] = $filter_folder; } elseif (isset($spam_submit) && $AllowSpamFilters) { $spam_filters = load_spam_filters(); setPref($data_dir, $username, 'filters_spam_folder', $filters_spam_folder_set); setPref($data_dir, $username, 'filters_spam_scan', $filters_spam_scan_set); foreach ($spam_filters as $Key => $Value) { $input = $spam_filters[$Key]['prefname'] . '_set'; setPref($data_dir, $username, $spam_filters[$Key]['prefname'], $$input); } } elseif (isset($action) && $action == "delete") { remove_filter($theid); } elseif (isset($action) && $action == "move_up") { filter_swap($theid, $theid - 1); } elseif (isset($action) && $action == "move_down") { filter_swap($theid, $theid + 1); } if ($AllowSpamFilters) { $filters_spam_folder = getPref($data_dir, $username, 'filters_spam_folder'); $filters_spam_scan = getPref($data_dir, $username, 'filters_spam_scan'); } $filters = load_filters(); ?>
- Message Filtering

[New] - [Done]

[Edit] [Delete] [Down 0) echo ' | '; } if ($i > 0) { ?>Up] - If contains then move to
 
Spam Filtering

[Edit]
Spam is sent to not set yet]'; } ?>
Spam scan is limited to

$Value) { echo '\n"; } ?>
'; if ($spam_filters[$Key]['enabled']) { echo 'ON'; } else { echo 'OFF'; } echo ' - '; if ($spam_filters[$Key]['link']) { echo ''; } echo $spam_filters[$Key]['name']; if ($spam_filters[$Key]['link']) { echo ''; } echo "

 
Contains: ">
Move to:
>
$Value) { echo "\n"; echo '\n"; } ?>
Move spam to:
Moving spam directly to the trash may not be a good idea at first, since messages from friends and mailing lists might accidentally be marked as spam. Whatever folder you set this to, make sure that it gets cleaned out periodically, so that you don't have an excessively large mailbox hanging around.
What to Scan:
The more messages you scan, the longer it takes. I would suggest that you scan only new messages. If you make a change to your filters, I would set it to scan all messages, then go view my INBOX, then come back and set it to scan only new messages. That way, your new spam filters will be applied and you'll scan even the spam you read with the new filters.
$Key - '; if ($spam_filters[$Key]['link']) { echo ''; } echo $spam_filters[$Key]['name']; if ($spam_filters[$Key]['link']) { echo ''; } echo '
'; echo $spam_filters[$Key]['comment']; echo "