Search results

  1. F

    Score by receiver, rules works but applies at all receivers of the same email

    Hello, I’m trying to write a rule for removing points for a particular contact address with the "To" field. It works but of course if several recipients are in the same email, I see in the tracking center that the rule applies to all copies (for all recipients) of this mail. Is there a solution...
  2. F

    Spamassassin rules, words with accent

    Hello, I have a general question about Spamassassin. If I want to block terms with accents ( é, è , à..), what is the best way to proceed? - Characters substitutions ( .+ ) or regex containing all possible accents ? (all possibles because spammer use variantes like é,è) The problem of ".+"...
  3. F

    Add score based on Office hours

    Thanks, but sorry ;) how I can increase the spam level on PMG GUI? I create a new Header attribute like this ? : Field : CUSTOM_RULE_HOURS Value : -2 Is this correct? Im' sorry, I don't really understand how I can manage Spam Level in GUI, just make action on Spam level computed by...
  4. F

    Add score based on Office hours

    Hello, I know that it is rather SpamAssasin oriented configuration, but has a user managed to create a rule assigning a negative score if an email is received outside working hours? Typically, at night. I am in the French (France) time zone. Thanks :) Regards, Philippe
  5. F

    [SOLVED] RegEx Add Scores for TLD's doesn't contain specified domain's extensions

    Hello, I search to write "Who" rules for add scores when a domain doesn't finish with .com or .net (per example.) In documentation, I see regex patern for match expressions, eg for *.com : *@*\.com How i can combine two or more values in one expression please? And it's possible to inverse...