[Spambayes] configuration/browser problems

skip at pobox.com skip at pobox.com
Tue Aug 8 03:57:15 CEST 2006


    >> On *nix this is probably called ~/.spambayesrc

    Dave> Yep, there it is.  I guess I don't understand how to use ls, since

    Dave>   ls -a "*spam*" 

    Dave> doesn't find it :(

"*" at the beginning of a wildcard expression doesn't match files that begin
with ".".  Since there are no .files in the wildcard expansion, the -a flag
is moot:

    % ls -a *spam*
    ls: *spam*: No such file or directory
    % ls -da .*spam*
    .spamassassin

I obviously have some old cruft to clean out of my home directory. ;-)

Skip


More information about the SpamBayes mailing list