a devrait faire ce que je veux.
darcs-hash:20060401135135-68412-35cf802360c22332e98b3388373cf514c7310577.gz
This commit is contained in:
parent
d4dbf7a78b
commit
1267eb7feb
1 changed files with 1 additions and 1 deletions
2
syncmail
2
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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue