From d025431c8c0f1c4741103d529e952ec65c9c5fdf Mon Sep 17 00:00:00 2001 From: Richard Whitehouse Date: Sun, 14 Apr 2013 14:23:49 +0100 Subject: [PATCH] Mailfilter: Github --- mailfiter | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mailfiter b/mailfiter index ceda4b2..03c1626 100644 --- a/mailfiter +++ b/mailfiter @@ -317,6 +317,11 @@ if (/^From:.*@gamespot\.online\.com/) to "Maildir/.IT.Gamespot" } +if (/^From:.*@github\.com/) +{ + to "Maildir/.IT.GitHub" +} + if ( hasaddr("github@richardwhiuk.com") ) { to "Maildir/.IT.GitHub" -- 2.34.1