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

Re: [sieve] I-D Action: draft-ietf-sieve-convert-03.txt

2011-09-20 10:38:20
Hi!

On Mon, Sep 19, 2011 at 12:18:35PM -0700, internet-drafts(_at_)ietf(_dot_)org 
wrote:
      Filename        : draft-ietf-sieve-convert-03.txt
[...]

The action convert is described like this:

  Usage: convert  <quoted-from-mime-type: string>
             <quoted-to-mime-type: string>
             <transcoding-params: string-list>

But the examples look like this:
  require ["convert"];
  convert "image/tiff" "image/jpeg" "pix-x" "320" "pix-y" "240";

There are angle brackets missing. The call would need to look
like this:
  convert "image/tiff" "image/jpeg" ["pix-x", "320", "pix-y", "240"];
or even rather
  convert "image/tiff" "image/jpeg" ["pix-x=320", "pix-y=240"];
as the description in section 2 suggests the latter syntax in the
sentence:
   Each
   conversion parameter value has the following syntax: "<transcoding-
   param>=<transcoding-param-value>", ...

The same problem persists throughout the other examples.

Kind regards,

Hannah.
_______________________________________________
sieve mailing list
sieve(_at_)ietf(_dot_)org
https://www.ietf.org/mailman/listinfo/sieve

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