NAME

Mailfetch::Rule::And - compound rule for the And-operation

SYNOPSIS

  my $pause = Mailfetch::Rule::And->new( rules => [
    Received::Via->new(...),
    Recipient->new( to => 'corion@cpan.org' ),
  ]);

SEE ALSO

Mailfetch::Rule::Compound, Mailfetch::Rule::Or