On Tue, Apr 10, 2012 at 09:39:39PM -0400, Josh Grosse wrote: > On Mon, Apr 09, 2012 at 10:24:49PM +0200, Gilles Chehade wrote: > > Guys, > > > > Can you try the following diff, it fixes the issue here and should > > get your mailing lists working. > > > > Please report if it works (or not ;-) > > This pair of patches did not change the parsing in makemap; newaliases > continues to report syntax errors when using "|" to pipe to commands. > > eg: This line produces a syntax error: > > majordomo: "|/usr/local/lib/majordomo/wrapper majordomo"
Yeah I found that too. It is possible to wrap the command itself in quotes like that: majordomo: |"/some/path argument" BUT then "/some/path argument" will be executed as a command in its full length without splitting command and arguments (cannot execute '/some/path argument') Using a .forward file works (without quotes) as expected. > > -Josh-

