Re: [BackupPC-users] BackupPC sends incorrect e-mails

2008-03-06 Thread Jean-Claude Repetto
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 ) {

Re: [BackupPC-users] BackupPC sends incorrect e-mails

2008-03-05 Thread Jean-Claude Repetto
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).

Re: [BackupPC-users] BackupPC sends incorrect e-mails

2008-02-29 Thread Jean-Claude Repetto
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).

Re: [BackupPC-users] BackupPC sends incorrect e-mails

2008-02-25 Thread Jean-Claude Repetto
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).

[BackupPC-users] BackupPC sends incorrect e-mails

2008-02-21 Thread Jean-Claude Repetto
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