Let's suppose I have the following directives in
/etc/postfix/header-checks.  (Because I do.)

/^X-Clacks-Overhead:/ IGNORE
/^Content-Transfer-Encoding:/i PREPEND X-Clacks-Overhead: GNU Terry
Pratchett

(If this header doesn't mean anything to you, it's a Discworld thing.
"A man is not dead while his name is still spoken.")


Now suppose I wanted to do the same for a second writer.  Adding:

/^Content-Transfer-Encoding:/i PREPEND X-Clacks-Overhead: GNU Iain M. Banks

does not work.  Is it simply that I cannot prepend a second header by
the same name?  Or is the second PREPEND not firing?  Or if I want
multiple PREPENDs to fire on a single conditional match, do I need to do
something like this?

/^X-Clacks-Overhead:/ IGNORE
/^Content-Transfer-Encoding:/i PREPEND X-Clacks-Overhead: GNU Terry
Pratchett
                               PREPEND X-Clacks-Overhead: GNU Iain M. Banks



-- 
  Phil Stracchino
  Babylon Communications
  ph...@caerllewys.net
  p...@co.ordinate.org
  Landline: 603.293.8485

Reply via email to