Yannick Gingras wrote:
> Ian Bicking <[EMAIL PROTECTED]> writes:
> 
>>> 1) how do you disable them?
>> Don't set the email address in your configuration.
> 
> Can you enlighten me on how paste discovers the email?  The default
> Pylons config has the email addr in `email_to`.  I don't want the
> error mails but I still want mails so I removed `email_to` and added
> `webmaster_email` in my .ini.  Now the error mails are sent to the
> webmaster.

Any of the keys error_email, admin_email, webmaster_email, or 
sysadmin_email can be used.  It looks like if one is empty it'll try the 
next, so setting it to an empty value won't help.  It's in 
paste.exceptions.errormiddleware:106


-- 
Ian Bicking : [EMAIL PROTECTED] : http://blog.ianbicking.org

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to