> -----Original Message-----
> From: Daniel Quinlan [mailto:[EMAIL PROTECTED]]
> Sent: 04 March 2002 16:50
> To: Tony Hoyle
> Cc: '[EMAIL PROTECTED]'
> Subject: Re: [SAtalk] How to use check_whitelist?
> 
> That's just how it works.  Two files make the database.  The DBM
> specifies one file that doesn't really exist but which represents both
> the .dir and .pag files.
> 
Then check_whitelist is wrong.  It is written to assume that the .db file
exists:

if (-f "$db.db") {
  tie %h, "AnyDBM_File",$db, O_RDWR|O_CREAT|O_EXCL,0600
      or die "Cannot open file $db: $!\n";

Postfix seems to create .db files just fine, as does sendmail, which is why
I expect
SA to do so.

Tony

_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to