Ralf,
I think I've a work around for your problem.
I changed the source code in $SM/src/compose.php on line 55 from:
sqgetGlobalVar('send', $send, SQ_POST);
to:
sqgetGlobalVar('send', $send);
Now everything works fine.
BR
Gerald
Ralf Hildebrandt wrote:
>
> After the recent upgrade of t
Hi,
I have the same issue as Ralf described. Is there already a solution
available.
Tnx
Gerald
Ralf Hildebrandt wrote:
>
> After the recent upgrade of the GnupG/PGP plugin I'm encountering
> problems with signing mails:
>
> I created a keypair on our squirrelmail server and selected the newl
>>> After the recent upgrade of the GnupG/PGP plugin I'm encountering
>>> problems with signing mails:
>>> ...
>>> libapache2-mod-php5 5.2.3-1+b1
>>
>> Decryption of attachments (gpg_decrypt_attach.php) is broken in PHP5.
>> scandir function is not wrapped with if (!function_exists('scandir')) {
* Tomas Kuliavas <[EMAIL PROTECTED]>:
>
> > After the recent upgrade of the GnupG/PGP plugin I'm encountering
> > problems with signing mails:
> ...
> > libapache2-mod-php5 5.2.3-1+b1
>
> Decryption of attachments (gpg_decrypt_attach.php) is broken in PHP5.
> scandir function is not wrapped with
* Tomas Kuliavas <[EMAIL PROTECTED]>:
> src/compose.php
>
> /** SESSION/POST/GET VARS */
> if (sqgetGlobalVar('send', $send, SQ_POST) ||
> (sqgetGlobalVar('REQUEST_METHOD',$request_method,SQ_SERVER) &&
> strtolower($request_method) == 'post' &&
> sqgetGlobalVar('send',$send,SQ_G
> After the recent upgrade of the GnupG/PGP plugin I'm encountering
> problems with signing mails:
...
> libapache2-mod-php5 5.2.3-1+b1
Decryption of attachments (gpg_decrypt_attach.php) is broken in PHP5.
scandir function is not wrapped with if (!function_exists('scandir')) { ...
}
--
View this
> After the recent upgrade of the GnupG/PGP plugin I'm encountering
> problems with signing mails:
...
> I enter the correct passphrase, but after that the mail is not sent,
> instead I'm thrown back to the "edit message screen" and another instance
> of my .signature is added to the bottom of the
After the recent upgrade of the GnupG/PGP plugin I'm encountering
problems with signing mails:
I created a keypair on our squirrelmail server and selected the newly
generated key for signing.
If I send and email and select "Beim Senden signieren" (sign when
sending), a window pops up, asking me f