From 1267eb7feb2b5abe4cf8ac7449837f03f5d665c7 Mon Sep 17 00:00:00 2001 From: glondu Date: Sat, 1 Apr 2006 15:51:35 +0200 Subject: [PATCH] a devrait faire ce que je veux. darcs-hash:20060401135135-68412-35cf802360c22332e98b3388373cf514c7310577.gz --- syncmail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncmail b/syncmail index bf63f813..4517f9af 100755 --- a/syncmail +++ b/syncmail @@ -256,7 +256,7 @@ def blast_mail(subject, people, entries, contextlines, fromhost, replyto, charse domain = fromhost or getfqdn() host = string.split(domain,'.')[0] - address = '%s@%s' % (user, domain) + address = '%s@crans.org' % user s = StringIO() sys.stdout = s datestamp = time.strftime('%a, %d %b %Y %H:%M:%S +0000',