On Thu, 16 Jan 2003 11:19:18 -0700
"Richard B. Pyne" <[EMAIL PROTECTED]> wrote:

> Another very small slice of humble pie...
> 
> I had my mm_cfg.py file:
> 
> DEFAULT_URL_HOST=lists.kinfolk.org
> DEFAULT_EMAIL_HOST=lists.kinfolk.org
> add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)
> 
> Had to change them to:
> DEFAULT_URL_HOST = 'lists.kinfolk.org'
> DEFAULT_EMAIL_HOST = 'lists.kinfolk.org'
> add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)
> 
> I guess I'm too used to http.conf files where almost nothing needs
> to be quoted.
> HOWEVER...
> 
> >From the web interface:
> 
> Error: List name must not include "@": [EMAIL PROTECTED]
> 
> (yes, 71bruins.org IS listed as a virtual host)
> 
> --Richard
> 

I do it all the time.  I regulary set up new lists on the various
hosts and the "new list" email goes to the new owner.  So, I wonder
what you're doing?

Me?

## In Defaults.py
DEFAULT_EMAIL_HOST = 'raquel.yellowline.com'
DEFAULT_URL_HOST = 'raquel.yellowline.com'

## In mm_cfg.py
add_virtualhost("lists.thericehouse.net",        
"lists.thericehouse.net")
add_virtualhost("lists.yellowline.com",          
"lists.yellowline.com")
add_virtualhost("lists.waveelectrology.com",     
"lists.waveelectrology.com")
add_virtualhost("lists.campaignfortolerance.org",
"lists.campaignfortolerance.org")

(sorry for wrapping problems)

--
Raquel
============================================================
It is hard to fight an enemy who has outposts in your head.
  --Sally Kempton


------------------------------------------------------
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to