Après mes problèmes de routage hier, maintenant résolus (merci à NeoX et jluce), j'ai maintenant un soucis de "routage" des mails en interne.
Je m'explique, j'ai un mailfilter défini par :
logfile "/home/virtual/.maildrop.log"
`[ -d $DEFAULT ] || (maildirmake $DEFAULT && maildirmake -f Spam $DEFAULT && maildirmake -f sent-mail $DEFAULT && maildirmake -f SpamToLearn $DEFAULT && maildirmake -f SpamFalse $DEFAULT)`
if ( /^X-Spam-Level: \*\*\*\*\*\*\*\*\*\*/ )
{
log "--> X-Spam-toohigh."
exception {
to /home/virtual/spamtrap@yent.eu/
}
}
if ( /^X-Spam-Flag: YES/ (…)