Hi
I tried deleting the spam mails by referring this
article,http://wiki.apache.org/spamassassin/DeletingAllMailsMarkedSpam
after compilation of mailparser i copied the mailparser file in qmail/bin
folder and made chmod u+s qmail-queue
but still i am getting the following error
/var/qmail/bin/qmail-queue: /var/qmail/bin/qmail-queue: Permission denied
reference from that article
"
If you don't want the full Qmail-Scanner you can try Mailparser by Eric
Bambach. Originally a very lightweight C program but now (9/14/2007)
re-implemented in perl it will drop any message that has X-Spam-Flag: YES in
the header.
Rename /var/qmail/bin/qmail-queue to qmail-queue.orig and add it to the
delivery queue after SpamAssassin.
Example /var/qmail/bin/qmail-queue file
#!/bin/bash
/usr/bin/spamc | /var/qmail/bin/mailparser | /var/qmail/bin/qmail-queue.orig
"
can someone pls guide me howto achive this goal?
kavitha