On Sat, Sep 4, 2010 at 16:39, Pascal Obry <pascal.obry@xxxxxxxxx> wrote: > For sure this is above my expertise in Perl. As I said I have never > worked with Perl. If someone gives me some pointers I can give it a try > otherwise I surrender :) The best option, as Junio points out is to accumulate options with --smtp-server-option=. The alternative is to to to parse shell syntax. E.g. --options='--foo="bar blah" --foo=..' means you can't split on \s+. See the \@to option in GetOptions for how to do that. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html