Where is the spam box? I cannot see that.
Ho
Kyle Quillen wrote:
Ho,
I ran the install with mine and let it run. When I woke up this morning
the spam box was in my webmail with messages in it. It will
automatically Create it.
On Tue, 2006-10-31 at 12:28 +0800, Ho wrote:
Dear Sir,
I have install it and a check box in the qmail admin page of each
account. I want to know that how the spam mail filter working, and how
to test it?
Thanks
Ho
Kyle Quillen wrote:
How do I set that to look at all mail boxes would it be like this?
#!/bin/sh
find /home/vpopmail/domains/v2gnu.com/*/Maildir/cur/* -mtime +3 -exec
rm -rf {} \;
find /home/vpopmail/domains/v2gnu.com/*/Maildir/new/* -mtime +3 -exec
rm -rf {} \;
How about something like this:
#!/bin/sh
locate Spam/ | grep -v S= | grep \/cur | uniq > /var/qmail/spam-folders
# moving to spam-clean file
# note: mtime is for how many days to leave the messages on the server
cat /var/qmail/spam-folders | awk '{print "find "$0"/ -type f -mtime
5 -exec rm -v {} \\; " };{ };{next}' > /var/qmail/spam-clean
sh /var/qmail/spam-clean
That's a quickly modified script that George had sent me a while back.
---------------------------------------------------------------------
QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
QmailToaster hosted by: VR Hosted
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
|