From 60b9eb3456d30f4b4bbc731280a0d47ddd4f022f Mon Sep 17 00:00:00 2001 From: pauget Date: Tue, 3 Feb 2004 01:52:18 +0100 Subject: [PATCH] Erreur de copier-coller darcs-hash:20040203005218-41617-2258e300331c7a7acdbdb22b7f6321e8c187e2fb.gz --- syncmail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncmail b/syncmail index 2f462507..c3ff1e74 100755 --- a/syncmail +++ b/syncmail @@ -237,7 +237,7 @@ def blast_mail(subject, people, filestodiff, contextlines, fromhost): for proc in os.popen("ps a -o user,command,tty | grep $(ps h -o tty %s)" % os.getpid() ).readlines() : userp=string.split(proc,' ')[0] if userp=="root" : break - else : user=user + else : user=userp domain = fromhost or getfqdn() #Modif cosmétique pour afficher un sujet explicite :