• [^] # Re: Expérience perso (config plus ou moins similaire)

    Posté par . En réponse au message Debian, Sympa et spam non filtré. Évalué à 2.

    Alors voir du coté de http://www.ietf.org/rfc/rfc5173.txt

     require ["body", "fileinto"];
     # This will match a message containing the literal text
     # "MAKE MONEY FAST" in body parts (ignoring any
     # content-transfer-encodings) or MIME headers other than
     # the outermost RFC 2822 header.
     if body :raw :contains "X-Spam-Flag" "YES" {
     fileinto "INBOX.junk";
     }
    
    

    Et peut être voir à ce que ce soit dans une fichier de conf global:

    protocol lda {
    [...]
    global_script_path = /path/to/globalsieverc
    [...]
    }