* Aahz <a...@pythoncraft.com>:
> > In this case configure your mail client to use mail.python.org as SMTP 
> > server.
> > Either create a second account or add a second outgoing server. Which mail
> > client do you use?
> 
> mutt, mostly.  I can probably figure out how to go through
> mail.python.org if I need to.  (Or just not use a...@python.org at all;
> I use it to receive mail more than for sending.)

Probably something along these lines (if you use a decicated folder "pydotorg"
and create the message in there):

alternates "aahz@pythoncraft\.com|aahz@python\.org"
folder-hook pydotorg set envelope_from_address='a...@python.org'
folder-hook pydotorg my_hdr From: Aahz <a...@python.org>
folder-hook pydotorg set smtp_url=smtp://usern...@mail.python.org:587/
folder-hook pydotorg set smtp_authenticators="digest-md5:cram-md5"
folder-hook pydotorg set smtp_pass='PASSWORD'

p@rick


-- 
Patrick Ben Koetter <patr...@python.org>
Python.org Postmaster Team

_______________________________________________
pydotorg-www mailing list
pydotorg-www@python.org
http://mail.python.org/mailman/listinfo/pydotorg-www

Reply via email to