It is currenty running in mode 0777.  Here is the original post:

I have been battling this all night:
 
 We are running SpamAssassin 2.42 infront of our GroupWise GWIA.  We have SpamAssassin
 running with spampd (http://www.worlddesign.com/index.cfm/rd/mta/spampd.htm) as an 
smtp
 relay and pushing everything to the GWIA.  It works great and our test users are 
thrilled
 with the new spam tags that they can set GroupWise rules on.  I am trying to get the
 autowhite-list feature to work for the entire system.  Here is what I have:
  
  /etc/mail/spamassassin/local.cf:
  
  rewrite_subject 1
  subject_tag [SPAM]
  required_hits 4
  score RCVD_IN_BL_SPAMCOP_NET    4
  auto_whitelist_path /var/spool/spamassassin/auto-whitelist
  auto_whitelist_file_mode 07000
  
  spamd is called with -d -a -x
  
  - Until I added the "-a" to spamd, the auto-whitelist file never showed up in
 /var/spool/spamassassin/
  
  - I have tried 0777, 0700, and 0666 on the /var/spool/spamassassin/autowhite-list 
file -
 nothng makes a difference.
  
  - Because this is currently a test machine and is inside the network, I am running 
spamd
as
 root (for now).  
  
  - The auto-whitelist file always sits at 12301 for the file size and when I do a
 check_whitelist against it (had to modify the script to get it to point to the
 /var/spool/... etc file) all I ever get is this:
  
       5.3         (5.3/1)  --
  
  
  Am I missing something???
 
 UPDATE:  Now I have this in my /var/spool/auto-whitelist (put there via
--add-addr-to-blacklist):
 
    100.0         (100/1)  --  [EMAIL PROTECTED]
    5.3             (5.3/1)  --
    100.0         (100/1)  --  *@hotmail.com
 
 (substitute "[EMAIL PROTECTED]" for my hotmail address)
 
 Whenver I send any mail from hotmail, it goes right through!  I have tried this with 
many
different domains, etc.  As far as I can tell, the list is being ignored.  I still 
don't
know what / where the 5.3 in the whitelist is from either.  I have restarted spampd and
spamd many, many times too.  


>>> <[EMAIL PROTECTED]> 10/17/02 11:37AM >>>

"Jason KRISCH" said:

> Thanks, but that was just a typo.  Anyone else have any ideas?!?!?!

try mode 0777 -- since the spamd will run as any user on the system,
all users need to be able to write to that db.

--j.


-------------------------------------------------------
This sf.net email is sponsored by: viaVerio will pay you up to
$1,000 for every account that you consolidate with us.
http://ad.doubleclick.net/clk;4749864;7604308;v? 
http://www.viaverio.com/consolidator/osdn.cfm 
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED] 
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk 




-------------------------------------------------------
This sf.net email is sponsored by: viaVerio will pay you up to
$1,000 for every account that you consolidate with us.
http://ad.doubleclick.net/clk;4749864;7604308;v?
http://www.viaverio.com/consolidator/osdn.cfm
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to