ietf-mta-filters
[Top] [All Lists]

Re: I-D ACTION:draft-daboo-sieve-include-03.txt (fwd)

2005-08-26 08:11:17

On Fri, 2005-08-26 at 14:44 +0100, Nigel Swinson wrote:
I think Aaron and I are suggesting:

Set file scope variable
    set "var" "Hello Kitty";

this means the variables draft needs to change.  I don't know how to
express this notion, so please suggest new text.  such a change is no
doubt big enough that we need to cancel the IETF last call and bring the
document back to the working group for a new revision.

Set global scope variable, where global affects all scripts that come
into existance with the include spec
    set :global "var" "Hello Kitty";

   set "var" "a";
   set :global "var" "b";

does "var" have local or global scope now?  similarily:

   set :global "var" "c";
   set "var" "d";

-- 
Kjetil T.


<Prev in Thread] Current Thread [Next in Thread>