-
Warning: include_once(../plugins/serversidefilter/config.php) [function.include-once]: failed to open stream: No such file or directory in /usr/local/apache2/htdocs/squirrelmail-1.4.17/plugins/serversidefilter/recipie_functions.php on line 16
Warning: include_once() [function.include]: Failed opening '../plugins/serversidefilter/config.php' for inclusion (include_path='.:/usr/local/lib/php')
2009-05-12 14:48:30 UTC by a1exus
-
pdontthink committed patchset 35 of module serversidefilter to the ServerSideFilters Plugin CVS repository, changing 1 files.
2009-02-07 01:12:57 UTC by pdontthink
-
When using dutch translation, the generated .procmailrc contains "^Van:" instead of "^From:" etc.
I noticed "From" occurs only once in the .po file, so i suppose that's the problem.
2008-05-03 14:13:43 UTC by tuxick
-
Hi,
the folder list is out of order. The different subfolders are mixed and not chown at the right place. I tried to fix it, see the patch
--- recipie_functions.php_old 2008-02-16 19:29:14.000000000 +0100
+++ recipie_functions.php_changed 2008-02-16 19:26:58.000000000 +0100
@@ -46,22 +46,11 @@
*/
function folderDropdown($str)
{
- global $folders;
-
-...
2008-02-16 18:37:38 UTC by jdittric
-
Everytime you change something in the .mailfilter, the backslashes somehow
expanded. from a single \ to hundreds...
The bug is in "recipie_functions.php". The section, where the function
addslashes is called, should keep $ssstring clean, because you also call
escapeshellcmd on it.
so it should only say:
$ssstring = $recipies[$i]['string'];.
2007-07-29 18:32:36 UTC by jdittric
-
Everytime you change something in the .mailfilter, the backslashes somehow expanded. from a single \ to hundreds...
The bug is in "recipie_functions.php". The section, where the function addslashes is called, should keep $ssstring clean, because you also call escapeshellcmd on it.
so it should only say:
$ssstring = $recipies[$i]['string'];.
2007-07-29 18:30:58 UTC by jdittric
-
The Makefile notls-option for filtercmd came up with some exception. So I discovered, that the Makefile is looking for outher options in the config.php-file. This should be documented and inserted :)
2007-07-29 17:51:01 UTC by jdittric
-
Logged In: YES
user_id=1632733
I found the bug with the Interface Language set to German to be me severe. All the rules
in the file .mailfilter are writte with German keywords:
---- .mailfilter ----
###From '' tw-edm@yahoo-inc.com '' INBOX.temp '' m '' on '' off '' tw-edm@yahoo-inc.com ''
Contains
if (/^Von:.*tw-edm@yahoo-inc\.com/:h)
{
to "$MAILDIR/.temp"
}
---- .mailfilter ----.
2006-11-02 08:18:13 UTC by erunni
-
When using the latest (1.5-1.2.7-RC1) serversidefilter
plugin, I noticed a bug on the Options - Mail Filters
page in Squirrelmail.
When I create a rule "If body contains ..." the rule
gets created and emails get filtered. But on the Mail
Filters page in the "Existing Filters" part of the
page, the rule is displayed as "If from contains...".
This only happens when the language of...
2006-10-29 15:12:56 UTC by erunni
-
Running on Centos 4.3 (~RHEL 4), I compile fine and
test script runs fine and I can't find any error
messages. filtercmd verified setuid & appropriate
ownership. Plugin allows creation & storage of rules
and remembers them. But all rules are being stored in
/var/lib/squirrelmail/prefs (useless if not using
webmail.) User's .procmailrc is untouched despite
specifying it in config.php:
2006-10-18 15:42:39 UTC by nobody