-=Devil_InSide=- wrote:
> hmmmmmm...
> i can't understand yet - what regexp this use: 
> 
> [privateaddr.py]
> # private_rcpts = { '[email protected]': ['[...@]*@.*washington.edu'],
> #                   '[email protected]': 
> '[...@]*@.*washington.edu'],

Your error here is that the value to each key isn't a regex, it's an 
array or list of regexes.  You removed the '[' that marks the beginning 
of the array, which creates a syntax violation.  In the first item you 
see a '[' character after the ':'.  In the second line, it's missing.

> can i insert there include of file, which will be generated by script from
> any simple text list? 

No, but you can modify the script to read values from a text file if you 
like.


------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to