|
Majordomo-Users (August 1995) |
[ Marc Russell writes: ]
>
> Hello there. Can I use a regular expression in the @archive_dirs keyword
> in the majordomo.cf file?
No, not traditional Perl regexps, but you can use file globs (shell
wildcards) in @archive_dirs, e.g.:
@archive_dirs = (</usr/local/majordomo/archive/*>);
--
Dave Wolfe *Not a spokesman for Motorola* (512) 891-3246
Motorola MMTG 6501 Wm. Cannon Dr. W. OE112 Austin TX 78735-8598
References:
|