Hey there all, We have a couple of recipient canonical maps that do things like transform firstname_lastname into username (i.e. dan_mahoney --> dmahoney), also handle things like mapping people's former names into current names.
This is useful where a user wants to have one canonical spamassassin settings folder, which spamass-milter gets by looking at the left hand side of the address. So we clearly want spamass-milter to run after this rewriting happens. On the other side...we want our DKIM checks to run BEFORE this thing, since otherwise, the DKIM signatures on the to: line will not match. Is there a way to tell specific milters where in this chain to fire? -Dan