Menu

#2 I cannot read any mail.

closed-fixed
None
2
2001-03-06
2000-08-11
No

The program logs into my account on the server and downloads messages for a while (1497 are in my inbox) and then it says

dom@DSN:~ > althea
Aborted

Perhaps a little more debugging output would help but I do not know how to turn it on.

Discussion

  • Ethan Sommer

    Ethan Sommer - 2000-09-16

    I'm sorry I thought I put that in the docs... run althea -h to get info in debugging info. (-v for some and -V for a lot.)

    let me know if you figgure out what was wrong. I'm gearing up to start working on some bugs again now that I'm back at school....

     
  • Ethan Sommer

    Ethan Sommer - 2000-09-16
    • assigned_to: nobody --> sommere
    • status: open --> open-works-for-me
     
  • Dominique Andre Gunia

    I used the -V flag to get the following result:

    S: * 194 FETCH (UID 4505)
    S: a009 OK FETCH completed
    S: * 194 FETCH (FLAGS (\Seen))
    S: * 194 FETCH (FLAGS (\Seen))
    S: a194 OK FETCH completed
    S: a194 OK FETCH completed
    S: * 195 FETCH (BODY[HEADER] {817}
    S: * 195 FETCH (BODY[HEADER] {817}
    S:
    S:
    S: a195 OK FETCH completed
    S: a195 OK FETCH completed
    C: a009 fetch 195 UID

    S: * 195 FETCH (UID 4507)
    S: a009 OK FETCH completed
    S: * 195 FETCH (FLAGS (\Seen))
    S: * 195 FETCH (FLAGS (\Seen))
    S: a195 OK FETCH completed
    S: a195 OK FETCH completed
    Aborted

    As one can see the program terminates at message 195. I examined this message and found that it was a spam message that contained no "To:"-Field:

    Subject: Former EMI Record exec.goes public
    Date: 15 Feb 00 7:36:25 PM
    From: grundle82@email.com

    Could this lead to the crash of the program? After removing this message Althea run successfully through all messages and worked correct as far as I could see.

     
  • Ethan Sommer

    Ethan Sommer - 2000-11-17

    I did find out at least one cause of the infamous Aborted message. If you read past the begining of a string with substring (like stringname.substr(-1,100))

    it will do that... So it sounds likely that a missing to command might do that. However, I believe that the SMTP specs say that a message MUST have a to line.... so while it would be nice to fix this, it isn't a top priority...

     
  • Ethan Sommer

    Ethan Sommer - 2000-11-26
    • priority: 5 --> 2
     
  • Ethan Sommer

    Ethan Sommer - 2001-02-28
    • status: open-works-for-me --> open-fixed
     
  • Ethan Sommer

    Ethan Sommer - 2001-02-28

    Logged In: YES
    user_id=28252

    OK, I think this is fixed. It was the result of using a
    string.substring (or string[]) where the substring was past
    the end of the string...

     
  • Ethan Sommer

    Ethan Sommer - 2001-03-06
    • status: open-fixed --> closed-fixed
     

Log in to post a comment.