Alexey Melnikov writes:
If your system allow for subaddress, then yes, you need to test :user and :domain separately.
A bit of a pain... I've seen more than one guide to writing sieve scripts with examples like
if address :is :all "from" "alexey.melnikov@xxxxxxxxx" { ...
and I dislike it when examples don't apply to my code.
Arnt