Hi, I have the following rules in header check
/^Subject: \*\*\*SPAM\*\*\*(.*)$/ PREPEND X-Spam-Flag: YES /^Subject: \*\*\*SPAM\*\*\*(.*)$/ REPLACE Subject: ${1} The problem is that only the first rule are run, are there some way to run multiple action on one rule? Greetings, Lars