All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mads Martin Joergensen <mmj@suse.de>
To: mlmmj@mlmmj.org
Subject: Re: Qmail trouble solved? :)
Date: Tue, 24 Jan 2006 09:47:54 +0000	[thread overview]
Message-ID: <20060124094754.GF30973@suse.de> (raw)
In-Reply-To: <43D5A385.6080902@goirand.fr>

* Thomas Goirand <thomas@goirand.fr> [Jan 24. 2006 04:49]:
> Hello,
> 
> As the strace showed, my trouble was in mlmmj-process. So I read the 
> file, and just found this (arround line 514, in src/mlmmj-process.c):
> 
>        if(dtoemails.emaillist)
>                whichto = &dtoemails;
>        else if(toemails.emaillist)
>                whichto = &toemails;
>        else
>                whichto = NULL;
> 
> then I've changed it to this in mlmmj 1.2.11:
> 
>        if(toemails.emaillist)
>                whichto = &toemails;
>        else if(dtoemails.emaillist)
>                whichto = &dtoemails;
>        else
>                whichto = NULL;
> 
> and it suddenly started to work perfectly. Why does MLMMJ first tries to 
> look at the Delivered-To:? Is it possible to change it the way I say? Or 
> is it what you were all talking about and I didn't understand?

This means you're using the To: header in the mail to process it, which
can be a bit dangerous. The environment variable solution is the one you
want longterm.

> Anyway, it works well for me now, and I'm very happy that we have 
> choosed MLMMJ. It's a wonderfull project, and I'm very happy to see it's 
> very active. Having release often is all but bothering, it shows the 
> project is very active!

Thanks!

-- 
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.

      reply	other threads:[~2006-01-24  9:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-24  3:48 Qmail trouble solved? :) Thomas Goirand
2006-01-24  9:47 ` Mads Martin Joergensen [this message]

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=20060124094754.GF30973@suse.de \
    --to=mmj@suse.de \
    --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.