Skip to content

Release 1.2.0

Compare
Choose a tag to compare
@Kanti Kanti released this 18 Jul 07:32
· 178 commits to master since this release
a92db9b

Add option to anonymize the mail log
Examples:

direct anonymization:

module.tx_maillogger.cleanup {
  anonymize = 1
  anonymizeAfter = 0
}

anonymize after x days:

module.tx_maillogger.cleanup {
  anonymize = 1
  anonymizeAfter = 30 days
}

do not anonymize at all

module.tx_maillogger.cleanup {
  anonymize = 0
}