Re: Body check failing?

Jostein Berntsen <[email protected]> Sun, 29 Oct 2017 14:27:06 +0100
Newsgroups gmane.mail.procmail
Message-ID <20171029132706.GB5647@jbsupah>
On 29.10.17,06:03, @lbutlr wrote:
> :0 B
>     * Driveway
>     {
>       FOTO=3D"DRVE_${DATE}"
>     }
>     :0 B
>     * Garage
>     {
>       FOTO=3D"GARG_${DATE}"
>     }
> =

> Log:
> procmail: No match on "Driveway"
> procmail: No match on "Garage"
> =

> email body <<EOT:
> =

> Dear user,
> =

> SurvStation has detected motion from the following camera(s): Garage.
> =

> EOT
> =

> I must be forgetting something about matching in the body, since it's not=
 something I generally do.
> =


Will this work better?


:0 =

* B ?? Driveway
   {
       FOTO=3D"DRVE_${DATE}"
   }


Jostein