Bug#815148: sympa fails to send encrypted messages: Unable to send message to list

2016-03-03 Thread Stefan Bühler
Hi, while my first patch fixes the syntax error, the logic in that function is still completely flawed: it will return an error if there is more than one subscriber when it has to re-encrypt the message. Please see attached patch for a fix which actually can handle more than one subscriber; but

Bug#815148: sympa fails to send encrypted messages: Unable to send message to list

2016-02-19 Thread Stefan Bühler
Package: sympa Version: 6.1.23~dfsg-2 Hi, sympa fails to send encrypted messages due to a bug in mail.pm:609; you should not dereference array-references in $#{...}, it takes the reference directly (according to my tests. I couldn't find official documentation on it, just an example in