Re: Cone 0.58 released.
Sean Rima <[email protected]>
| Newsgroups | gmane.mail.cone |
|---|---|
| Message-ID | <cone.1081678759.661237.6884.500@home> |
Sam Varshavchik writes:
> Sean Rima writes:
>
>> Sam Varshavchik writes:
>>
>>> Download: http://www.courier-mta.org/download.php#cone
>>>
>>> This release expands support to many more East Asian character sets; adds
>>> the capability to search within the currently shown message; a configuration
>>> option for the default "post-and-mail" setting for netnews posts; and
>>> view/modify IMAP access control lists.
>>>
>>> Note: the new poll()-based internal I/O processing is not fully tested and
>>> may cause regressions on some platforms.
>>
>> I also noticed that pgp encrpyted messages cannot be decyrpted. I belong to
>> a list that uses encryption
>
> I just successfully decrypted an encrypted message sent to myself.
>
Strange it doesn't here.
Here is the top section:
X-UIDL: O>F!!@=j!!8PV!!km1!!
Content-Type: application/pgp; format=text; x-action=encrypt
Lines: 291
-----BEGIN PGP MESSAGE-----
Version: Encrypted with PGP Plugin for Calypso
hQIOA32U4J2DFJHXEAgAnr7diEfFeruS7AV6v1iSKggBnOgQEoKAFRH68OMWBd1D
Would this entry in my maildrop filter file cause any problems:
########## Check for correct GPG/PGP headers
BPGPM="-----BEGIN PGP MESSAGE-----"
EPGPM="-----END PGP MESSAGE-----"
BPGPS="-----BEGIN PGP SIGNATURE-----"
EPGPS="-----END PGP SIGNATURE-----"
if (!/^Content-Type: message/ && !/^Content-Type: multipart/ \
&& !/^Content-Type: application\/pgp/)
{
if (/^$BPGPM/:b && /^$EPGPM/:b)
xfilter "reformail -A 'Content-Type: application/pgp; format=text; \
x-action=encrypt'"
if (/^$BPGPS/:b && /^$EPGPS/:b)
xfilter "reformail -A 'Content-Type: application/pgp; format=text; \
x-action=sign'"
}
Sean
signature.asc
(application/pgp-signature, 226 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) Comment: This key has an expiry date iD8DBQBAeRunXjH8pRIKAvsRAlexAKC+HNAd+I0f8rjgD0LpIhIBdWHjywCg0Uoy ZRwHJBQ+s9mWCpQCn6zA2pM= =O1V+ -----END PGP SIGNATURE-----