On 2011-06-24 at 15:32 +0000, W B Hacker wrote:
> Phil Pennock wrote:
> > On 2011-06-24 at 05:59 +0000, Bruce A. Bergman wrote:
> > [ headers_remove not working ]
> >> remote_smtp:
> >> debug_print = "T: remote_smtp for $local_part@$domain"
> >> driver = smtp
> >> headers_remove = "X-FDA:X-Panda:X-Spam-Summary"
> >
> > Does it work if you remove the quotes?
> >
> > If so, please file a bug (but you'll also have a working config).
> >
> > -Phil
> >
>
> Bug?
>
> Or documentation change?
Bug. The documentation states that anything specified as being a string
may be wrapped in quotes, and headers_remove is specified as an expanded
string.
At this point, I don't know if that's what's happening here; I've been
very busy this week.