allof <tests: test-list>
The allof test performs a logical AND on the tests supplied to it.
if allof (exists ["From", "Date"],
header :contains "from" "fool@example.edu",
header :matches "Subject" ["*money*","*Viagra*"])
{
discard;
}
Core : Requires no import statement
RFC3028