I would like to remove duplicates messages in some mailing-lists (cross-list posting) in my Exim .forward file.
I was using procmail before with these commands:
:0 Wh: msgid.lock
| /usr/bin/formail -D 8192 msgid.cache
What is the right way to achieve this using .forward Exim files?