{
    "gpientka-main": [
        {
            "name": "YSSL",
            "match": {
                "logic": "AND",
                "conditions": [
                    {
                        "field": "from",
                        "op": "contains",
                        "value": "yssl.org"
                    }
                ]
            },
            "actions": [
                {
                    "type": "move",
                    "folder": "YSSL"
                }
            ],
            "stop_on_match": false
        },
        {
            "name": "Trash obvious spam subjects",
            "match": {
                "logic": "OR",
                "conditions": [
                    {
                        "field": "subject",
                        "op": "contains",
                        "value": "viagra"
                    },
                    {
                        "field": "subject",
                        "op": "contains",
                        "value": "you have won"
                    },
                    {
                        "field": "subject",
                        "op": "contains",
                        "value": "SPAM"
                    }
                ]
            },
            "actions": [
                {
                    "type": "move",
                    "folder": "SPAM"
                },
                {
                    "type": "mark_read"
                }
            ],
            "stop_on_match": true
        }
    ]
}