Groups | Search | Server Info | Login | Register


Groups > comp.mail.sendmail > #8250

Re: cdb access_db lookups don't return a result

From kalevi@kolttonen.fi (Kalevi Kolttonen)
Newsgroups comp.mail.sendmail
Subject Re: cdb access_db lookups don't return a result
Date 2026-02-01 21:33 +0000
Organization A noiseless patient Spider
Message-ID <10logs2$4e20$1@dont-email.me> (permalink)
References <20260201125137.54caee1c@ryz.dorfdsl.de> <10lobec$2f7n$1@dont-email.me> <10lofh1$42or$1@dont-email.me> <10log4h$495l$1@dont-email.me>

Show all headers | View raw


Kalevi Kolttonen <kalevi@kolttonen.fi> wrote:
> With CDB, you must use something like this to create
> databases. The following works with bash:
> 
>   cdb -c -m access.db.cdb <(tr A-Z a-z < access)

Aargh, sorry, that is buggy because it downcases everything,
including the database values. This should work correctly:

cdb -c -m access.db.cdb <(awk '{print tolower($1) " " $2}' access)

br,
KK

Back to comp.mail.sendmail | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

cdb access_db lookups don't return a result Marco Moock <mm@dorfdsl.de> - 2026-02-01 12:51 +0100
  Re: cdb access_db lookups don't return a result kalevi@kolttonen.fi (Kalevi Kolttonen) - 2026-02-01 20:01 +0000
    Re: cdb access_db lookups don't return a result kalevi@kolttonen.fi (Kalevi Kolttonen) - 2026-02-01 21:10 +0000
      Re: cdb access_db lookups don't return a result kalevi@kolttonen.fi (Kalevi Kolttonen) - 2026-02-01 21:21 +0000
        Re: cdb access_db lookups don't return a result kalevi@kolttonen.fi (Kalevi Kolttonen) - 2026-02-01 21:33 +0000
        Re: cdb access_db lookups don't return a result Claus Aßmann <INVALID_NO_CC_REMOVE_IF_YOU_DO_NOT_POST_ml+sendmail(-no-copies-please)@esmtp.org> - 2026-02-02 01:13 -0500
          Re: cdb access_db lookups don't return a result kalevi@kolttonen.fi (Kalevi Kolttonen) - 2026-02-02 08:10 +0000
  Re: cdb access_db lookups don't return a result Claus Aßmann <INVALID_NO_CC_REMOVE_IF_YOU_DO_NOT_POST_ml+sendmail(-no-copies-please)@esmtp.org> - 2026-02-02 03:05 -0500
    Re: cdb access_db lookups don't return a result Marco Moock <mm@dorfdsl.de> - 2026-02-02 09:43 +0100

csiph-web