All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mads Martin Joergensen <mmj@mmj.dk>
To: mlmmj@mlmmj.org
Subject: Re: [Fwd: Re: Mails in incoming cause of "invalid from"]
Date: Sun, 17 Sep 2006 15:07:43 +0000	[thread overview]
Message-ID: <20060917150743.GA20790@mmj.dk> (raw)
In-Reply-To: <450B2711.4030008@darkman.de>

* Sven 'Darkman' Michels <sven@darkman.de> [Sep 16. 2006 22:23]:
> > What I meant by reproducing is creating a mail in an editor doing this?
> > I cannot do that. So there must be something seriously fishy with this
> > one. Haven't had a chance to examine it yet.
> 
> it has become even more serious now: with 1.2.12-RC2 the same user
> even can't subscribe to a new list... seems to be the same problem:
> Sep 16 22:19:18 pamphlet /usr/bin/mlmmj-process[8010]:
> listcontrol.c:180: Ignoring mail with invalid From: which was not a
> bounce: Success
> 
> this was the reply to the confsub message... and the message has:
>   -----Original Message-----
> From: test+help@c3f2m.de [mailto:test+help@c3f2m.de]
> Sent: Saturday, September 16, 2006 9:40 PM
> To: my@benjamin-oette.de
> Subject: [test] Confirm subscription to test@c3f2m.de
> 
> in it (notice the missing spaces for from etc!). Mailer is Outlook 11.
> Is it possible that something "removes" leading spaces?
> 
> *help?* ;)

Can you try it without this patch?

--- chomp.c
+++ chomp.c
@@ -38,7 +38,7 @@

        i = strlen(str) - 1;

-       while(str[i] = '\n') {
+       while(str[i] = '\n' || str[i] = '\r') {
                str[i] = 0;
                i--;
        }


-- 
Mads Martin Joergensen, http://mmj.dk
"Why make things difficult, when it is possible to make them cryptic
 and totally illogical, with just a little bit more effort?"
                                 -- A. P. J.

  parent reply	other threads:[~2006-09-17 15:07 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-15 22:20 [Fwd: Re: Mails in incoming cause of "invalid from"] Sven 'Darkman' Michels
2006-09-16 17:18 ` Mads Martin Joergensen
2006-09-16 19:11 ` Mads Martin Joergensen
2006-09-16 20:22 ` Sven 'Darkman' Michels
2006-09-17 15:07 ` Mads Martin Joergensen [this message]
2006-09-17 18:35 ` Sven 'Darkman' Michels
2006-09-17 20:08 ` Mads Martin Joergensen
2006-09-18 19:18 ` Morten K. Poulsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060917150743.GA20790@mmj.dk \
    --to=mmj@mmj.dk \
    --cc=mlmmj@mlmmj.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.