Skip to content

Releases: Heavylama/rubik_filter

v1.0.9

27 Oct 17:38
Compare
Choose a tag to compare
  • Fix docs comments format
  • Instead of inlining the decode script inside the procmail, call it via configurable path

v1.0.8

02 Jun 12:46
Compare
Choose a tag to compare

Changelog

  • Better safe forwarding with loop check, FROM_MAILER is no longer implicit. User can still add it as condition if he wishes so

v1.0.7b

31 May 23:49
Compare
Choose a tag to compare

Changelog

  • Added email decoding to UTF-8, allowing conditions beyond ASCII (requires Python3.6+)
  • Allow UTF-8 in filter/vacation names and condition values
  • Added safe forward action -- no mailer mails are forwarded
  • Allowed using FROM_DAEMON and FROM_MAILER macros from frontend
  • Fixed a bug in date regex parsing (next month day overflow)