Hello!

On Sun 20 Nov 2005 18:45 +0100, Luca Capello wrote:
> On Sun 20 Nov 2005 14:51 +0100, Peter Palfrader wrote:
>> Try to set the encoding to 7bit where we build the multipart/encrypted
>> mime part in send_mail().
>>
>> If that fixes it your mail server is broken.
>
> Ok, I checked send_mail(): am I correct if I say that it's already
> encoded to 7bit?
[...]
> Or should I change the charset from UTF-8 to us-ascii?

Discard my previous questions, I found what you were referring to:
=====
--- /usr/bin/caff.ORG   2005-11-20 18:37:06.000000000 +0100
+++ /usr/bin/caff       2005-11-23 15:35:07.000000000 +0100
@@ -727,7 +727,8 @@
                $message = $stdout;
 
                $message_entity = MIME::Entity->build(
-                       Type        => [...] );
+                       Type        => [...] ).
+                       Encoding    => "7bit");
 
                $message_entity->attach(
                        Type        => "application/pgp-encrypted",
                $message_entity = MIME::Entity->build(
===== 

And I'm sorry for the delay, yesterday there was a mail server
migration, so I waited for the new results: both the mail servers (the
old and the new) are broken, because defining the encoding solves the
problem (in both cases).

So, as you guessed in your first reply, caff has nothing to do here.

Thank you for you support, I'm going to report the problem to the
university helpdesk.

Thx, bye,
Gismo / Luca

Attachment: pgpX2jOZqW3Ir.pgp
Description: PGP signature

Reply via email to