bug-mailutils
[Top][All Lists]
Advanced

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

Re: [bug-mailutils] Maidag config


From: Sergey Poznyakoff
Subject: Re: [bug-mailutils] Maidag config
Date: Wed, 06 Jun 2012 08:07:49 +0300

Chris Hall <address@hidden> ha escrit:

> Hmm, now I'm really confused,
> 
> Contents of ~/.maidag:
> script "/home/me/mail/.scripts/maidag.scm";

I'm sorry, should have said this before.  In 3.x there is no "script" keyword.
It provides a "filter" statement instead:

# Add new message filter.
filter {
  # Set script language.
  language <arg: string>;
  # Set script pattern.
  pattern <arg: string>;
};

Example:

filter {
  pattern "/home/me/mail/.scripts/maidag.scm";
};

BTW, you can list all available configuration statements with a short
description of each by running:

    maidag --config-help

Same holds true for any other MU program.

Regards,
Sergey



reply via email to

[Prev in Thread] Current Thread [Next in Thread]