The docs are really vague on this, and I wanted to be sure I hadn't missed anything before I file a bug....
It seems like "Matches Exactly" (or :is in the Sieve script) is case sensitive, while "contains" isn't.
I have a filter that looks like:
# ase auto reponders
if anyof (header :is "from" "internships@ase.tufts.edu" ,
header :is "from" "jobs@ase.tufts.edu" ,
header :is "from" "career.services@ase.tufts.edu" ,
header :is "from" "alumni.careerservices@ase.tufts.edu" ,
header :is "from" "career.network@ase.tufts.edu" )
{
fileinto "/postmaster";
stop;
}
and mail from Jobs@ase.tufts.edu is not being filtered.
A few of my users have also reported similar filter weirdness and just today it occurred to us that it might be a case match issue.


LinkBack URL
About LinkBacks

