Eric Webster wrote:

I have some apps that automatically check email boxes via POP3 (imap
not available) that are heavily spammed. I do not want to remove spam
filtering. What I want to do, is not use the Spam folder for these
inboxes. I just discovered that the spam for these boxes are going to
that seperate boxes and then just sit there taking up space on the
quota. Is there a way to disable the spam box for certain accounts? I
thought about unchecking the Spam Detection box, but as I said, I do
want it filtered. After a few weeks, there was only 1 legitimate email
in there out of a few hundred, so I am fine with outright deleting
these messages that normally go to the spam folder for these users
only.
Easiest way would be to delete the spam messages in a cron job. I run a cron that looks in my Spam folder and then sends them to sa-learn. Not needing them after that, I just:
rm -rf /home/vpopmail/domains/mydomain.com/jake/Maildir/.Spam/cur/*
rm -rf /home/vpopmail/domains/mydomain.com/jake/Maildir/.Spam/new/*

And that makes the messages go away. I run it every 24 hours, but you can run it to suit your needs.

---------------------------------------------------------------------
    QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to