-
under selinux, archivemail writes to a temporary file, which it then renames to the output file.
Unfortuneatly, this process leaves the output file labeled with a tmp_t security context instead of that of the input file (usually user_u:object_r:user_home_t).
This is not a good thing.
2008-10-30 23:33:12 UTC in archivemail
-
archivemail will happily delete the dummy message that IMAP servers place in mbox files to keep track of the next UID. This isn't the end of the world, but it is mildly unpleasant.
This simple patch will preserve this message. (A more rigorous implemention might ensure that this is the first message in the file.)
Enjoy,
--tlhackque at nospam.yahoo.com
---...
2008-10-30 23:24:05 UTC in archivemail
-
Editor backup files confuse the panel display; the don't duplicate the panel, but they do leave a blank space.
Attached is a simple patch to exclude *~ from the panel enumeration.
2008-05-02 20:47:18 UTC in WebUserPrefs
-
1) $usessl doesn't work, at least with apache.
$HTTPS isn't defined. Neither is REDIRECT_URL.
I don't need this (it's easer to handle with mod_rewrite.) But someone might want to fix it.
2) When user_prefs can't be found, it's useful to report the settings file name.
3) It's possible for the file() call on user_prefs to fail. (One good way is for selinux to get involved....
2008-05-02 18:56:46 UTC in WebUserPrefs
-
1) sevserver log file erors becase $_SERVER[PHP_AUTH_{USER,PW}] aren't initially defined.
2) $user_prefs suggests /home/$auth_user/... But /home may not be the right place (e.g. generally isn't for root!). It's quite easy to get the user's home directory.
Patch attached. (It also sets imap authentication, but that shouldn't be set in the distribution, sorry.)
2008-05-02 18:47:14 UTC in WebUserPrefs
-
Latest SpamAssassin doesn't use terse reports. It's confusing. Remove from the panel.
Patch attached.
2008-05-02 18:40:41 UTC in WebUserPrefs
-
tlitt committed patchset 3025 of module unslung to the NSLU CVS repository, changing 2 files.
2005-12-19 09:47:38 UTC in NSLU
-
tlitt committed patchset 570 of module unslung to the NSLU CVS repository, changing 4 files.
2004-12-12 21:06:34 UTC in NSLU
-
tlitt committed patchset 564 of module unslung to the NSLU CVS repository, changing 7 files.
2004-12-11 17:30:52 UTC in NSLU
-
tlitt committed patchset 552 of module unslung to the NSLU CVS repository, changing 1 files.
2004-12-11 01:54:24 UTC in NSLU