I have question about this example from docs
-- 1 is the position of header to remove
remove_headers = {['DKIM-Signature'] = 1},
What is "position of header" mean? 1st header of name
"DKIM-Signature"? If yes, 1st header from top? What happen if I put 2
or 3? Is there some way to remove all appearances of a header?