On 09/03/15 15:52, Viktor Dukhovni wrote:
> On Thu, Sep 03, 2015 at 03:45:48PM -0400, Phil Stracchino wrote:
> 
>> 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
> 
> Headers are passed through "header_checks" one at a time.  For each
> input header at most one action is invoked.

That's what I figured.

>> 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
> 
> That won't work either.

I didn't think so.  So my only option is to combine both into a single
header and figure out the best way to format it, I assume.


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

Reply via email to