Craig Barratt a écrit :
> Jean-Claude writes:
>
>> I finally managed to solve the problem. This is a patch for BackupPC 3.0
>> (in addition to your configuration changes) :
>
> Thanks for the patch. However, I'm wondering why this existing
> code doesn't fix the subject:
>
> if ( $utf8 ) {
Craig Barratt a écrit :
> Jean-Claude,
>
>> The RFC 2822 forbids the inclusion of non-ASCII characters in any e-mail
>> header, including the subject.
>
> You're right. Try this:
>
> - Add:
>
> use Encode;
>
> near the top of bin/BackupPC_sendEmail (after the other "use" lines).
Craig Barratt a écrit :
> Jean-Claude,
>
>> The RFC 2822 forbids the inclusion of non-ASCII characters in any e-mail
>> header, including the subject.
>
> You're right. Try this:
>
> - Add:
>
> use Encode;
>
> near the top of bin/BackupPC_sendEmail (after the other "use" lines).
Craig Barratt a écrit :
> Jean-Claude,
>
>> The RFC 2822 forbids the inclusion of non-ASCII characters in any e-mail
>> header, including the subject.
>
> You're right. Try this:
>
> - Add:
>
> use Encode;
>
> near the top of bin/BackupPC_sendEmail (after the other "use" lines).
Hello list,
I have installed BackupPC some months ago, and I have noticed that the
users never receive email notifications of problems.
I have found where the problem comes from.
My installation of BackupPC is configured to use the french language :
$Conf{Language} = 'fr';
When BackupPC wants to