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

Re: Working Group Last Call on draft-ietf-sieve-variables-00.txt

2005-02-01 18:31:23

Ned and myself have reviewed the document. Anybody else?
Can I ask people who have reviewed the document to email me directly and 
state that they found no problems with the document. I would appreciate 
any feedback by February 7th (next Monday). Thanks!

Just noticed this: 
      # Imagine the header
      # Subject: [acme-users] [fwd] version 1.0 is out
      if header :regex "Subject" "^[(.*)] (.*)$" {
          # ${1} will hold "acme-users] fwd"
      }

Shouldn't the comment be:
          # ${1} will hold "acme-users] [fwd"

Cheers,

Nigel