[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RE: filtering with exim



On 05-Sep-99 Mark R. Devlin wrote:
> 
># cut here #
> if $h_X-Mailing-List: contains debian-devel-changes@
> then
>         testprint $h_Subject:
>         if $h_Subject: matches "xxxxxxx"
>         then
>                 save Mail/debian-changes-in
>                 finish
>         else
>                 testprint "Throw message away"
>                 seen finish
>         endif
> endif
># cut here #

Are you saying that you do not like the above because it also saves the
Installed messages that you would rather not save?

Try:

if $h_Subject: does not contain Installed and $h_X-Mailing-List: 
contains debian-devel-changes@  then

        whatever





Reply to: