Menu

#1 Scripts with keywords don't download properly.

open
None
8
2003-12-18
2003-08-01
No

Just to test, I created a script such as:

---cut---

require "vacation";

vacation
:addresses ["russell@ott-file.chfc.ca", "russell@chfc.ca"]
"Sorry, I'm away.

OK?
I'll read your message when I get around to it.
Thanks.";

---cut---

I did this deliberately to test to see if the "OK" at
the beginning of a line would cause a problem, and it
did. I didn't read the draft-ietf-managesieve-03.txt
close enough to know how to handle this situation, but
I wanted to ensure that having such keywords in a
script is handled as a test case.

Discussion

  • Alexandros Vellis

    • priority: 5 --> 8
    • assigned_to: nobody --> avel
     
  • Nobody/Anonymous

    Logged In: NO

    This problem can be solved with using of
    stream_get_meta_data() function
    //Polzun

     

Log in to post a comment.