Re: [SM-USERS] SM 1.4.1 / courier-imap2.1.1

2003-10-08 Thread Graeme
Graeme said: > Marc Groot Koerkamp said: >> Graeme said: >>> Graeme said: Marc Groot Koerkamp said: >>> .. >>> Thought I'd run some tests on the code in read_body.php > ... > I've changed the code to > $ret = preg_match('/(\x36MDNSent|\\*)/i', $read); > which seems to work for me. > I must

Re: [SM-USERS] SM 1.4.1 / courier-imap2.1.1

2003-10-07 Thread Graeme
Konstantin Riabitsev said: > On Tue, 2003-10-07 at 11:27, Marc Groot Koerkamp wrote: >> What I do not understand in your reported query is the missing space >> between FLAGS and ($MDNSent). I double checked the source >> (read_body.php) >> and we send the correct query. >> Without the space it is a

Re: [SM-USERS] SM 1.4.1 / courier-imap2.1.1

2003-10-07 Thread Matt
My apologies.. that was clearly my fault.. there IS a space in the actual error message. On Tue, 2003-10-07 at 11:27, Marc Groot Koerkamp wrote: > Matt said: > > Hello, > > When someone asks for a retun receipt and the box pops up and says "Do > > you want to send one". When you click "OK" it sa

Re: [SM-USERS] SM 1.4.1 / courier-imap2.1.1

2003-10-07 Thread Konstantin Riabitsev
On Tue, 2003-10-07 at 11:27, Marc Groot Koerkamp wrote: > What I do not understand in your reported query is the missing space > between FLAGS and ($MDNSent). I double checked the source (read_body.php) > and we send the correct query. > Without the space it is a BAD query. > > So the reported fa