All of lore.kernel.org
 help / color / mirror / Atom feed
From: Uffe Jakobsen <uffe@uffe.org>
To: mlmmj@mlmmj.org
Subject: Re: Corrections to mlmmj-1.2.2
Date: Thu, 03 Feb 2005 15:26:45 +0000	[thread overview]
Message-ID: <420242B5.8060507@uffe.org> (raw)
In-Reply-To: <4202359E.7030404@uffe.org>

Hi Martin,

Thanks for your fast response !

Mads Martin Joergensen wrote:
> * Uffe Jakobsen <uffe@uffe.org> [Feb 03. 2005 15:30]:
>>"/etc/aliases": in order to support arguments to the proc alias the command 
>>needs to be enclosed in quotes like this:
>>
>>mlmmj-test:     |"/usr/local/bin/mlmmj-recieve -L 
>>/var/spool/mlmmj/mlmmj-test/"
> 
> 
> I think I had it like that once, but someone claimed it should be
> otherwise. Is this mailserver dependant?
> 
> 

Currently you have this variation (see below) in your README file - that for sure will not work - because '|' needs to be the first non-whitespace char after ':' in /etc/aliases

WRONG:
mlmmj-test:     "|/usr/bin/mlmmj-recieve -L /var/spool/mlmmj/mlmmj-test"

RIGHT:
mlmmj-test:     |"/usr/bin/mlmmj-recieve -L /var/spool/mlmmj/mlmmj-test"

>>
>>I guess that you've forgot to postpend a '/' between the listdir and the 
>>file name for the logfile.
> 
> 
> Good spotting! Here's a patch to fix it:
> 

I can verify that the fix in src/log_oper.c works for me - thanks !!!  :-)

Kind regards Uffe Jakobsen



  parent reply	other threads:[~2005-02-03 15:26 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-03 14:30 Corrections to mlmmj-1.2.2 Uffe Jakobsen
2005-02-03 14:57 ` Mads Martin Joergensen
2005-02-03 15:26 ` Uffe Jakobsen [this message]
2005-02-03 16:03 ` Mads Martin Joergensen
2005-02-03 16:58 ` Uffe Jakobsen
2005-02-03 17:00 ` 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=420242B5.8060507@uffe.org \
    --to=uffe@uffe.org \
    --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.