Difference between revisions of "How can mails marked as spam automatically be moved into the junk folder?"

From Scalix Wiki
Jump to: navigation, search
(Created page with "It depends on how the Antispam solution marks messages which are to be considered as Spam. In most cases there is an additional X-Header, sometimes the messages subject is pre...")
 
 
Line 8: Line 8:
  
 
There is no need to create the target folder in advance.
 
There is no need to create the target folder in advance.
 +
 +
see also [http://www.scalix.com/wiki/index.php?title=TB/TB-2008-04-CTASAV#Client_Setup TB/TB-2008-04-CTASAV]

Latest revision as of 09:15, 25 October 2016

It depends on how the Antispam solution marks messages which are to be considered as Spam. In most cases there is an additional X-Header, sometimes the messages subject is prepended by something like "SPAM".

Using sxaa is possible. "man sxaa" is listing at least 2 examples for this usecase:

sxaa --user "Sam Orr" --file "JUNK" --subject "SPAM" 
sxaa --user "Sam Orr" --file "Spam?" --header "X-Spam-Status:***" 

There is no need to create the target folder in advance.

see also TB/TB-2008-04-CTASAV