ispCP - Board - Support
Spam to diffrent folder - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: Spam to diffrent folder (/thread-6807.html)



Spam to diffrent folder - ashitman - 05-26-2009 10:31 PM

Hi
i setup the amavis/clamav/spamassasin like rbtux descriped it. everything works fine, so thx to rbtux

now i´m trying to forward the recognized spam to the user in a "spam folder", like gmx.de do.
but how can i handle that. i´m quite new to the linux stuff :-)
i think i have to chane this
Code:
$final_spam_destiny       = D_REJECT;
to this
Code:
$final_spam_destiny       = D_PASS;
but where i specify the destination folder?
please help
timo


RE: Spam to diffrent folder - BeNe - 05-27-2009 01:07 AM

You can MARK them as spam like [SPAM] or ****SPAM**** in the Header or Subject and than move to another Folder with sieve for example.
The only problem is that this is not an ispCP Standard then you need DoveCot that sieve rules works.

Greez BeNe