Georg Lutz a écrit :

On 2006-03-03, Georg Lutz wrote:
A "unset LOCAL" before calling the bsmtp binary should fix this.


I meant "unset LANG", of course.


Personnaly, I renamed /usr/sbin/bsmtp to /usr/sbin/bsmtp.i18n and
then write a very simple script in /usr/sbin/bsmtp :
-----
#!/bin/sh
LANG=en_EN ; /usr/sbin/bsmtp.i18n "$@"
-----

That's working fine.

Cheers,

--
Yann Cézard
Centre des Ressources Informatiques - Université de Pau et des Pays de l'Adour



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to