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

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to