[snm] SNM v2.0.3

  • From: Robin Raymond <robin@xxxxxxxxxxxxxxx>
  • To: snm@xxxxxxxxxxxxx
  • Date: Mon, 18 Dec 2017 22:14:16 +0100


SNM Version 2.0.3
=================

Regressions
-----------

None


New Features
------------

 * catchAll:
    This version adds a new feature `catchAll` to the loginAccounts struct. You
    can use it as such,

    loginAccounts = {
        "a@xxxxx" = {
            catchAll = [ "a.com" "b.com"];
        };
    };

    which causes `a@xxxxx` to receive all email to nonexistend addresses for
    `a.com` and `b.com`.

Happy Holidays to all SNM users!

Attachment: signature.asc
Description: PGP signature

Other related posts:

  • » [snm] SNM v2.0.3 - Robin Raymond