Re: I am probably doing something wrong

2010-04-05 Thread Matt Sergeant
Steve wrote: > > Note that qpsmtpd probably should reject the message as invalid format. If > it doesn't do that in the core, at least a standard plugin should do that > validation. > The message is not rejected. Anyway... what plugin is doing the validation? Can you point me to the

Re: I am probably doing something wrong

2010-04-05 Thread Steve
Original-Nachricht > Datum: Mon, 5 Apr 2010 15:53:53 -0400 (EDT) > Von: Charlie Brady > An: Steve > CC: qpsmtpd@perl.org > Betreff: Re: I am probably doing something wrong > > On Mon, 5 Apr 2010, Charlie Brady wrote: > > >> > Can you giv

Re: I am probably doing something wrong

2010-04-05 Thread Steve
Original-Nachricht > Datum: Mon, 5 Apr 2010 15:51:38 -0400 (EDT) > Von: Charlie Brady > An: Steve > CC: qpsmtpd@perl.org > Betreff: Re: I am probably doing something wrong > > On Mon, 5 Apr 2010, Steve wrote: > > >> On Apr 1, 2010, at 2:

Re: I am probably doing something wrong

2010-04-05 Thread Charlie Brady
On Mon, 5 Apr 2010, Charlie Brady wrote: > Can you give an example of the SMTP transaction (the input to the > server) > that gives the unexpected result? > I did a simple transaction over telnet and port 25: -- HELO localhost MAIL FROM: RCPT TO: DATA FROM: TO: SUBJECT:

Re: I am probably doing something wrong

2010-04-05 Thread Charlie Brady
On Mon, 5 Apr 2010, Steve wrote: On Apr 1, 2010, at 2:56, Steve wrote: Hello list, somehow I don't get a new line separating the mail body from the mail headers. How can I enforce a new line between header and body? I am using qpsmtp 0.83 and delivery to maildir. Hallo Bjørn, Can yo

Re: I am probably doing something wrong

2010-04-05 Thread Steve
Original-Nachricht > Datum: Mon, 5 Apr 2010 01:32:41 +0200 > Von: "Ask Bjørn Hansen" > An: Steve > CC: qpsmtpd@perl.org > Betreff: Re: I am probably doing something wrong > > On Apr 1, 2010, at 2:56, Steve wrote: > > > Hello list,

Re: I am probably doing something wrong

2010-04-04 Thread Ask Bjørn Hansen
On Apr 1, 2010, at 2:56, Steve wrote: > Hello list, > > somehow I don't get a new line separating the mail body from the mail > headers. How can I enforce a new line between header and body? > > I am using qpsmtp 0.83 and delivery to maildir. Can you give an example of the SMTP transaction (t