[vPostMaster] Spam Subject Prefix and POP3 client

Sean Reifschneider jafo at tummy.com
Tue Sep 26 17:16:13 MDT 2006


On Sun, Sep 24, 2006 at 09:15:38PM +0200, Joe Black wrote:
>is there any way to store spam messages with added Spam Subject Prefix in
>to the INBOX folder instead of QUARANTINE folder? I'm accessing mailboxes
>with pop3 client and it can't download the QUARANTINE folder.

Nope.  Currently, anything marked as spam gets put in the quarantine
folder.  I've added a TODO entry for allowing this to be done.

>Is there any way to change for example the "ClamAv Action" setting for
>all existing users all at onec?

There is no way currently via the web interface to do this.  This is a
frequently requested feature though, and I'd like to get it added at some
point before long.  It's just a matter of finding the time.

You can, of course, go into the backend database and make a change like
this.  For example:

   su postgres
   psql -d vpostmaster
   update usersettings set value = 'drop' where key = 'clamavaction';
   Control-D
   Control-D

For example.

Thanks,
Sean
-- 
 gzip -666: Compression of The Beast.
Sean Reifschneider, Member of Technical Staff <jafo at tummy.com>
tummy.com, ltd. - Linux Consulting since 1995: Ask me about High Availability
      Back off man. I'm a scientist.   http://HackingSociety.org/



More information about the vPostMaster mailing list