Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Apr 2007 10:53:50 -0700
From:      Chuck Swiger <cswiger@mac.com>
To:        David Southwell <david@vizion2000.net>
Cc:        ports@freebsd.org
Subject:   Re: mailman POSTFIX_STYLE_VIRTUAL_DOMAINS
Message-ID:  <663B2706-5DBC-46E1-9DC4-7D5FCC8812C0@mac.com>
In-Reply-To: <200704130900.30529.david@vizion2000.net>
References:  <200704130900.30529.david@vizion2000.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Apr 13, 2007, at 9:00 AM, David Southwell wrote:
> POSTFIX_STYLE_VIRTUAL_DOMAINS = [
> virt1.ain
> virt2.ain
> etc
> ]
> vaild or what?
> are seperating commas required?
> Is there an open/close bracket needed or '\' for end of line?

Separating commas are required, yes, and Python uses the [ ] to  
indicate a list or array of elements, so the close bracket will be  
required.  You shouldn't need to use backslash continuations,  
although you probably could do so if you liked.

-- 
-Chuck




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?663B2706-5DBC-46E1-9DC4-7D5FCC8812C0>