Re: [Exim] conversion from flatascii to cdb

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Nico Erfurth
Fecha:  
A: Tony Finch
Cc: exim-users
Asunto: Re: [Exim] conversion from flatascii to cdb
Tony Finch wrote:

> Our script is attached.


[.....]

> #!/usr/bin/perl -wT
> #
> # Create cdb file from flat alias file. DPC: 15/10/98.
> # Args:      source  (may be relative or absolute)
> #            target  (may be relative or absolute. Default = source)
> # Generates: target.cdb
> #            target.tmp


If you use perl, you should consider using the CDB_File module, it's
much faster than piping it through cdbmake ;)

Nico