Re: I-D Action: draft-ietf-sieve-convert-03.txt
Hannah Schroeter <[email protected]>
| Newsgroups | gmane.ietf.mta-filters |
|---|---|
| Organization | Schlund + Partner AG |
| Message-ID | <[email protected]> |
Hi! On Mon, Sep 19, 2011 at 12:18:35PM -0700, [email protected] 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 [email protected] https://www.ietf.org/mailman/listinfo/sieve