I want to log a hash value of all emails handled by my mail-server. I found in amavis README.customize.gz the following line:
The substitution text for the following simple macros is built-in:
[...]
- to be used in forming a notification mail body or log entry:
[...]
b message digest of a mail body: digest calculated by MD5 algorithm,
encoded as hex digits, high nybble first;
I am not familiar with perl and I am also new to amavis. I can not find out how I can enable this option in which file do I have to make which entry?