Version 1.65
by Jeff W. on Aug 22, 2002
[ This version is not available. You might be able to get it by asking on the "squirrelmail-plugins" mailing list or by contacting the author. ]
Requires: Requires: procmail, spamassassin, perl capable of suid, *nix, mta that honors .procmailrc files in user home directories
Description: version 1.65 (22/aug/2002)
- Added 2 new options to $use_sf_spamd. (See sa_config.php.sample)
* This will not allow the user to directly edit the file without losing changes to his/her config *
* This feature has no real value than to keep user_prefs up to date with your user.spam file *
- Relative data_dir path fix now in use (Thanks to David Smith)
- Changed setup.php to look nicer and have smaller filesize (combined wl&bl functions)
- 1.3.x is now supported for the add wl/bl links
Version 1.61
by Jeff W. on Jul 31, 2002
[ This version is not available. You might be able to get it by asking on the "squirrelmail-plugins" mailing list or by contacting the author. ]
Requires: Requires: procmail, spamassassin, perl capable of suid, *nix, mta that honors .procmailrc files in user home directories
Description: IF YOU USE MailDir PLEASE UPGRADE
version 1.61 (01/aug/2002)
- Changed the procmail-spamrc :0: to :0 H (header), this should now not filter things if X-Spam-Status: Yes is in the body
(This is seen if you filter your spam to a different folder)
- Actually fixed the Display of SPAM FOLDERS for Courier (the INBOX.FOLDER system) (CONFIRMED)
(This will display just FOLDER instead of nothing)
- Actually fixed the .procmail-spamrc INBOX.FOLDER issue so it will put .FOLDER now (CONFIRMED)
(Now just need to confirm that this plugin works with MailDir systems :] )
Version 1.60
by Jeff W. on Jul 30, 2002
[ This version is not available. You might be able to get it by asking on the "squirrelmail-plugins" mailing list or by contacting the author. ]
Requires: Requires: procmail, spamassassin, perl capable of suid, *nix, mta that honors .procmailrc files in user home directories
Description: version 1.60 (30/July/2002)
- Fixed problem with SPAM FOLDER having a name in it. Procmail file will now use quotes
- Removed the #find_* stuff from main.php, this was causing the page not to fully load
- Changed the display of the Spam Folder, so it will show the actual folder, not a parent folder
- Removed entries for MAILDIR= in main.php
- SM theme is now default
- Updated tests.list for SA version 1.31
(copy tests.220 to tests.list if you still use 2.20, 2.30 should upgrade to 2.31)
- New variable in sa_config.php for users with Maildir (Set to 1 to use)
(this will add .folder instead of INBOX.folder to your .procmail-spamrc)
(Thanks to Stephen Bader for following:)
- *BETA* support for DB.pref backend (no need to enable it, autosensing)
- Fixed up main.php coding for spamc/spamd
- Source of wrapper.c #include fixed (BSD should no longer complain)
- .forward support (spamd = 2 option)
(This is very basic and will only write one if not found for that user)
Version 1.52
by Jeff W. on Jul 5, 2002
[ This version is not available. You might be able to get it by asking on the "squirrelmail-plugins" mailing list or by contacting the author. ]
Requires: Requires: procmail, spamassassin, perl capable of suid, *nix, mta that honors .procmailrc files in user home directories
Description: version 1.52 (05/July/2002)
- Now supports external config file (sa_config.php)
(So you can upgrade versions w/o having to re-edit your defaults)
- Fixed rewrite.pl bug with spamc/spamd
(Now a setable variable)
- Added a few checks to ensure variables are being passed and set correctly
(Program will tell you if things are not ok)
Version 1.50
by Jeff W. on Jun 26, 2002
[ This version is not available. You might be able to get it by asking on the "squirrelmail-plugins" mailing list or by contacting the author. ]
Requires: procmail, spamassassin, perl capable of suid, *nix, mta that honors .procmailrc files in user home directories
Description: version 1.50 (26/June/2002)
- Added support for those who want to use spamd/spamc in main.php
(You need to set the variable in main.php to enable it)
- Changed rewrite.pl to support spamd/spamc
NOT REQUIRED UPGRADE, only use if you want to use spamd/spamc with this plugin
Version 1.43
by Jeff W. on Jun 24, 2002
[ This version is not available. You might be able to get it by asking on the "squirrelmail-plugins" mailing list or by contacting the author. ]
Requires: procmail, spamassassin, perl capable of suid, *nix, mta that honors .procmailrc files in user home directories
Description: version 1.43 (24/June/2002)
- Fixed problem where it would assume you had 4 levels of hashing
(If you used 4 levels or do not use hashing, you do not need this patch)
Version 1.42
by Jeff W. on Jun 17, 2002
[ This version is not available. You might be able to get it by asking on the "squirrelmail-plugins" mailing list or by contacting the author. ]
Requires: procmail, spamassassin, perl capable of suid, *nix, mta that honors .procmailrc files in user home directories
Description: version 1.42 (17/June/2002)
- Minor fix to setup.php that seemed to cause function errors
Minor Fix! No need to upgrade unless you are getting an undefined function error
Version 1.41
by Jeff W. on Jun 4, 2002
[ This version is not available. You might be able to get it by asking on the "squirrelmail-plugins" mailing list or by contacting the author. ]
Requires: procmail, spamassassin, suidperl, *nix, mta that honors .procmail files in user home directories
Description: version 1.41 (14/June/2002)
- Added a link to add an email to your white/black list via the read_body.php screen
- These links will only appear if email is not already listed in your .spam file- If an email address exists on the opposite list that you are adding to, it will be removed from other list
(If you are adding
[email protected] to the whitelist, but it is already on the blacklist, it will be removed
from the blacklist automagically, and vice versa)
- Fixed a bug in 1.40 where if the user.spam file was not there, you would get grep errors in your logs. This also makes it so if the user.spam file is not there, the links will not show up for the "Add to".
- Changed /usr/bin/suidperl to /usr/bin/perl -Uw (in rewrite.pl)
- Added an Options menu link
(If you don't want the SpamAssassin link on the menuline, comment out
the proper line in the setup.php file. I am considering making a Yes/No
feature in the Display Options page to turn the Menuline on/off for
per-user basis control)