Mark Sapiro <[email protected]> writes:
> On 05/15/2013 12:47 PM, Jed Brown wrote:
>>
>> Anyway, can I interpret your response as being that mailman always drops
>> Cc and there is no configuration option?
>
>
> I guess that depends on what you call a configuration option.
>
> You could put this in mm_cfg.py
>
> GLOBAL_PIPELINE.remove('AvoidDuplicates')
>
> That would just remove the Handler so every list member that is a direct
> recipient would receive both the list and the direct copy regardless of
> her avoid duplicates setting,
That's a side-effect that we don't want.
> or you could apply the attached patch to
> Mailman/Handlers/AvoidDuplicates.py, or you could patch the module but
> name the patched module say Mailman/Handlers/MyAvoidDuplicates.py and
> put
>
> GLOBAL_PIPELINE.insert(GLOBAL_PIPELINE.index('AvoidDuplicates'),
> 'MyAvoidDuplicates')
> GLOBAL_PIPELINE.remove('AvoidDuplicates')
>
> im mm_cfg.py.
This looks reasonable.
I think this is sufficiently useful to justify supporting without
patching, but this patch isn't hard to carry. Thanks for your detailed
answer.
------------------------------------------------------
Mailman-Users mailing list [email protected]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe:
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org