Hi if i want not use From: or Subject for my rules but another choice into the header
Sample: List-Id: <mailinglisttest.domaine.fr> List-Unsubscribe: header CHOICE_1 List-Id =~ /mailinglisttest.domaine.fr/ score CHOICE_1 -2.5 header CHOICE_2 List-Unsubscribe =~ /domaine.fr/ score CHOICE_2 -2.5 it's correct ? thanks Jerome