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',