<?php
/*
- * Message and Spam Filter Plugin
- * By Luke Ehresman <luke@squirrelmail.org>
- * Tyler Akins
- * Brent Bice
- * (c) 2000 (GNU GPL - see ../../COPYING)
+ * Message and Spam Filter Plugin
+ * Copyright (c) 1999-2001 The Squirrelmail Development Team
+ * Licensed under the GNU GPL. For full terms see the file 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
*
* Also view plugins/README.plugins for more information.
*
+ * $Id$
+ *
*/
function start_filters() {
}
$i ++;
}
-
- // Lookie! It's spam! Yum!
+
+ // Lookie! It's spam! Yum!
if ($IsSpam) {
if (sqimap_mailbox_exists ($imap_stream, $filters_spam_folder)) {
- sqimap_messages_copy ($imap_stream, $MsgNum, $MsgNum,
- $filters_spam_folder);
+ sqimap_messages_copy ($imap_stream, $MsgNum, $MsgNum,
+ $filters_spam_folder);
sqimap_messages_flag ($imap_stream, $MsgNum, $MsgNum,
- 'Deleted');
+ 'Deleted');
}
}
}
$filters['MAPS DUL']['link'] = 'http://www.mail-abuse.org/dul/';
$filters['MAPS DUL']['dns'] = 'dialups.mail-abuse.org';
$filters['MAPS DUL']['comment'] =
-_("COMMERCIAL - Dial-up users are often filtered out since they should use their ISP\'s mail servers to send mail. Spammers typically get a dial-up account and send spam directly from there.");
+_("COMMERCIAL - Dial-up users are often filtered out since they should use their ISP's mail servers to send mail. Spammers typically get a dial-up account and send spam directly from there.");
$filters['MAPS RBLplus']['prefname'] = 'filters_spam_maps_rblplus';
$filters['MAPS RBLplus']['name'] = 'MAPS RBL+ List';
$filters['Osirusoft']['link'] = 'http://relays.osirusoft.com/';
$filters['Osirusoft']['dns'] = 'relays.osirusoft.com';
$filters['Osirusoft']['comment'] =
-_("FREE - Osirusoft - Very thorough, but also rejects replies from many ISP\'s abuse@domain.name email messages for some reason.");
+_("FREE - Osirusoft - Very thorough, but also rejects replies from many ISP's abuse@domain.name email messages for some reason.");
$filters['ORDB']['prefname'] = 'filters_spam_ordb';
$filters['ORDB']['name'] = 'Open Relay Database List';
$filters['Five-Ten']['link'] = 'http://www.five-ten-sg.com/blackhole.php';
$filters['Five-Ten']['dns'] = 'blackholes.five-ten-sg.com';
$filters['Five-Ten']['comment'] =
-_("FREE - Five-Ten-sg.com has SPAM source, OpenRelay, and and Dialup IPs.");
+_("FREE - Five-Ten-sg.com has SPAM source, OpenRelay, and Dialup IPs.");
$filters['Dorkslayers']['prefname'] = 'filters_spam_dorks';
$filters['Dorkslayers']['name'] = 'Dorkslayers Lists';
$filters['ORBL']['link'] = 'http://www.orbl.org';
$filters['ORBL']['dns'] = 'or.orbl.org';
$filters['ORBL']['comment'] =
-_("'FREE - ORBL is another ORBS spinoff formed after ORBS shut down. May be SLOOOOOOW!");
+_("FREE - ORBL is another ORBS spinoff formed after ORBS shut down. May be SLOOOOOOW!");
$filters['ORBZ-UK']['prefname'] = 'filters_spam_orbzuk';
$filters['ORBZ-UK']['name'] = 'ORBZ-UK Lists';