Skip to content

Instantly share code, notes, and snippets.

@bryanforbes
Created May 18, 2011 20:39
Show Gist options
  • Select an option

  • Save bryanforbes/979496 to your computer and use it in GitHub Desktop.

Select an option

Save bryanforbes/979496 to your computer and use it in GitHub Desktop.
exim router condition
${if
or{
{def:h_X-Malware_found}
{
and{
{def:h_X-Spam_score:}
{>{$h_X-Spam_score_int:}{80}}
}
}
}
{1}
{0}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment