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

Re: Comments on draft-ietf-sieve-3028bis-09 from Eric Rescorla

2006-11-06 10:55:55

Ned Freed <ned(_dot_)freed(_at_)mrochek(_dot_)com> wrote:

Eric did security related review. Here are some comments/suggestions from 
him, slightly reworded by me. Eric will correct me if I misrepresented 
anything:

1) In section 1:

Eric felt that claims in the following paragraph are overstrong:

  The language is powerful enough to be useful but limited in order to
  allow for a safe server-side filtering system.  The intention is to
  make it impossible for users to do anything more complex (and
  dangerous) than write simple mail filters, along with facilitating
  the use of GUIs for filter creation and manipulation.  The language
  is not Turing-complete: it provides no way to write a loop or a
  function and variables are not provided.

He suggested the following replacement:

  The language is intentionally simple in order to make implementing
  secure implementations easier. However, several Sieve features do
  allow Sieve scripts to consume significant resources and thus
  implementors and administrators must take care to appropriately
  limit the amount of resources consumed by individual users.

I don't think this is an appropriate change. In particular, I think it is
important to keep the language about sieve not being TUring complete. I have 
no
objection to toning down the claims (although I do think it is unnecessary),
but it is critical that we document the underlying language design philosophy.

OK, but the problem is that the text above isn't correct.  The language
*does* have loops, and draft-ietf-sieve-variables-08 defines variables.
Indeed, it's not clear to me that the langague isn't Turing complete at this
point.

-Ekr