I have the same problem. The abook_take plugin has not been updated to this
version of squirrelmail.
Now the addressbook.php checks the value of security token and drops the
session if this variable does not exist.
The security token stores the user's preferences with a timestamp for later
verification/use.
Add this few lines to the take.php file:
--- plugins/abook_take/take_2:1.4.15-4+lenny3.1.php 2006-02-03
23:27:56.000000000 +0100
+++ plugins/abook_take/take.php 2010-10-30 10:22:11.836688000 +0200
@@ -30,6 +30,9 @@
$name = 'addaddr';
echo '<form action="../../src/addressbook.php" name="f_add" method="post">'
."\n" .
+ '<input type="hidden" value="' . sm_generate_security_token()
+ . '" name="' . (is_string($add_token) ? $add_token : 'smtoken')
+ . "\" />\n" .
html_tag( 'table',
html_tag( 'tr',
html_tag( 'th', sprintf(_("Add to %s"), $abook->localbackendname),
'center', $color[0] )
Regards,
Krisztian Kompar
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]