Konstantin Vasilyev wrote:
>
>I try to integrate my Postfix with Mailman.
>I use tip from FAQ here http://wiki.list.org/x/ZoCj
>I have  error message
>bin/genaliases
>sed: illegal option -- r
>usage: sed script [-Ealn] [-i extension] [file ...]
>       sed [-Ealn] [-i extension] [-e script] ... [-f script_file] ...
>[file ...]
>I remove '-r' and try again.
>result here
> bin/genaliases
>sed: 1: "s/(^[^#][^ \t]+[ \t]+). ...": \1 not defined in the RE
>
>I am not expert in sed. Can anyone help me?


The -r option is for GNU sed and says use extended regexps. It looks
like your sed wants -E instead. Try replacing -r with -E.

-- 
Mark Sapiro <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to