> Add extra > {condition} \
> lines to the and{...} contents.
>
> {!match_ip {$sender_host_address}{/etc/virtual/pophosts}} \
That part worked perfect.
> {!eq {$authenticated_id}{}} \
This seems to think every message has been authenticated including
those that come from gmail. Any idea?
Thanks.
Matt
> The match_ip expansion condition takes an IP (v4 or v6) and a hostlist
> restricted to containing IP addresses; an item in a named list can just
> be a file, provided that each line is just an item in the list, or a
> line starting '#' for a comment.
>
> -Phil