Mark Delany ([EMAIL PROTECTED]) wrote:
: At 04:58 PM 12/26/98 -0800, [EMAIL PROTECTED] wrote:
: >Is it possible to use a cdb in place of a large number of .qmail-*
: >files?
: >
: >In general, it looks like any qmail-command style delivery is 
: >re-injecting a message into the queue for delivery.

: In your specific case, it might be something like:

: *db_lookup some_cdb_file "$EXT2"

: Where db_lookup writes "./Maildir-whatever/." to stdout.

You can get it this way too:
|c="Maildir-`date +%Y%m`"; [ -d $c ] && exit 0; maildirmake $c; rm current; ln -s $c 
|current
../current/

-harold

Reply via email to