You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2004/09/21 18:49:13 UTC

[Bug 3796] New: Spamd and quota limits.

http://bugzilla.spamassassin.org/show_bug.cgi?id=3796

           Summary: Spamd and quota limits.
           Product: Spamassassin
           Version: SVN Trunk (Latest Devel Version)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: spamc/spamd
        AssignedTo: dev@spamassassin.apache.org
        ReportedBy: lukasz@wsisiz.edu.pl


hello

It's probably duplicate. anyway i use spamassassin version 3.0-7.rc5
on linux box with 9000 accounts, each one has quota limits. When any user
exceed quota limits, i can experience 99% use of cpu by spamd process:
It's look like this:

top:

PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
30930 user1   14   0 25380  20m 7188 R 99.9  0.5   4:09.69 spamd
23643 user2    18   0 27136  22m 7160 R 99.9  0.6   0:49.66 spamd

strace show:


1630  stat64("/home/zarzadzanie/2001/ZZ/z/user1/.spamassassin/auto-whitelist", 0
xbfffe380) = -1 ENOENT (No such file or directory)
1630  open("/home/zarzadzanie/2001/ZZ/z/user1/.spamassassin/__db.auto-whitelist"
, O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE, 0600) = -1 EEXIST (File exists)
1630  open("/home/zarzadzanie/2001/ZZ/z/user1/.spamassassin/__db.auto-whitelist"
, O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE, 0600) = -1 EEXIST (File exists)
1630  open("/home/zarzadzanie/2001/ZZ/z/user1/.spamassassin/__db.auto-whitelist"
, O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE, 0600) = -1 EEXIST (File exists)
1630  stat64("/home/zarzadzanie/2001/ZZ/z/user1/.spamassassin/auto-whitelist", 0
xbfffe380) = -1 ENOENT (No such file or directory)

/home/zarzadzanie/2001/ZZ/z/user1/.spamassassin/__db.auto-whitelist or any file  
created by this user can't be created because quota limit has been exceed.
Does exists any solution to resolve this bug without increase quota limit for
this user? Procmail proccess can't run as root, of course!

Some information about my system:
Linux Fedora Core 2, spamassassin-3.0-7.rc5, postfix-2.1.4-1, ext3 filesystem



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.