Re: [Exim] conversion from flatascii to cdb

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Nico Erfurth
Data:  
Para: 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