Working with the latest CVS as of 6/10 and using auto-whitelists
/usr/local/bin/spamd -u smmsp -a -d -x

Running "cat sample-spam.txt | spamc" first time seems to work OK.
Running "cat sample-spam.txt | spamc" 2nd time has problems.

Seems the auto-whitelist.lock in ~smmsp/.spamassasin never gets deleted -- just the 
PID inode that it's linked to:

1st try:
[pid  6712] open("/home/smmsp/.spamassassin/auto-whitelist.lock.picard.6712", 
O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = 21
[pid  6712] link("/home/smmsp/.spamassassin/auto-whitelist.lock.picard.6712", 
"/home/smmsp/.spamassassin/auto-whitelist.lock") = 0
[pid  6712] unlink("/home/smmsp/.spamassassin/auto-whitelist.lock.picard.6712") = 0

2nd try:
[pid  7191] open("/home/smmsp/.spamassassin/auto-whitelist.lock.picard.7191", 
O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = 21
[pid  7191] link("/home/smmsp/.spamassassin/auto-whitelist.lock.picard.7191", 
"/home/smmsp/.spamassassin/auto-whitelist.lock") = -1
EEXIST (File exists)
[pid  7191] stat64("/home/smmsp/.spamassassin/auto-whitelist.lock.picard.7191", 
{st_mode=S_IFREG|0644, st_size=12, ...}) = 0
[pid  7191] stat64("/home/smmsp/.spamassassin/auto-whitelist.lock", 
{st_mode=S_IFREG|0644, st_size=12, ...}) = 0
[pid  7191] stat64("/home/smmsp/.spamassassin/auto-whitelist.lock.picard.7191", 
{st_mode=S_IFREG|0644, st_size=12, ...}) = 0
[pid  7191] link("/home/smmsp/.spamassassin/auto-whitelist.lock.picard.7191", 
"/home/smmsp/.spamassassin/auto-whitelist.lock") = -1



_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas - 
http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink

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

Reply via email to