On 2 Jul 2004 at 17:47, Andrew Bosch <[log in to unmask]> wrote:

> Is there a way pass variables from the URL to any given template? As in
> http://.../cgi-bin/wa.exe?OK=<hash>&L=listname&MYvar=Myvalue.

No. That would be difficult to do securely, guarding against cross-
site scripting. I.e. we kind of have to know what a variable is being
used for, to prevent it from being misused and abused.

Francoise