MLMMJ Mailing List Manager
 help / color / mirror / Atom feed
From: Thomas Goirand <thomas@goirand.fr>
To: mlmmj@mlmmj.org
Subject: Qmail trouble solved? :)
Date: Tue, 24 Jan 2006 03:48:21 +0000	[thread overview]
Message-ID: <43D5A385.6080902@goirand.fr> (raw)

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?

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!

Thomas


             reply	other threads:[~2006-01-24  3:48 UTC|newest]

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

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=43D5A385.6080902@goirand.fr \
    --to=thomas@goirand.fr \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox