On Thu, Oct 12, 2000 at 12:58:34AM +0200, Peter van Dijk wrote:
> Browsing qmail-local.c (investigating the alleged bugreport in another
> thread) I noticed something funny:
>
> case '+':
> if (str_equal(cmds.s + i + 1,"list"))
> flagforwardonly = 1;
> break;
>
> It seems that if you put a line '+list' in a .qmail-file, the rest of
> the file is treated as if the file was +x.
>
> bash$ grep +list CHANGES
> 19960228 change: un-documented +list.
> 19960219 change: added +list support to qmail-alias.
>
> I figured that it was not documented, but does anybody have a clue why
> it was un-documented?
Remember qlist and qlist2? Baby list management programs, waaaay before
ezmlm. This was support for them.
They disppeared in 1997 according to CHANGES.
Regards.