On Thursday 04 August 2005 05:21 pm, jdow wrote:
> As it comes from the "factory":
> # Configuration section
> my %opt = ();
> $opt{'logfile'} = '/var/log/maillog';        # Log file
> $opt{'sendmail'} = '/usr/sbin/sendmail';    # Path to sendmail stub
> $opt{'from'} = 'SpamAssassin System Admin';    # Who is the mail from
> $opt{'end'} = "";
> $opt{'start'} = "today";
>
> As you had it:
> # Configuration section
> my %opt = ();
> $opt{'logfile'} = '/var/log/maillog';        # Log file
> $opt{'sendmail'} = '/usr/sbin/sendmail';    # Path to sendmail stub
> $opt{'from'} = 'SpamAssassin System Admin';    # Who is the mail from
> $opt{'end'} = "today";
> $opt{'start'} = "yesterday";
>
> Note the difference. The "factory" default options seem to give all
> zeros. Your options work. You apparently got annoyed having to type in
> the most used options so you edited the file to make them saner, I bet.
> (Or you are using a version from some other distribution than 3.04.)
>
> {^_-}

The date of the version I'm using is dated 04/01/04 according to the file 
properties. It was in my download folder so I must have downloaded it from 
somewhere, can't remember for sure where.

-- 
Chris
Registered Linux User 283774 http://counter.li.org
19:20:49 up 1 day, 3:57, 4 users, load average: 0.34, 0.60, 0.64
Mandriva Linux 10.1 Official, kernel 2.6.8.1-12mdk
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If the facts do not confirm the theory, they must be disposed of. 
        -- Maier's Law 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Reply via email to