From 6aeb41f4ce96f92e0c86810025554ed6ab97dec4 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 11 Apr 2012 22:30:36 -0400 Subject: broaden the facebook mail filter --- .maildirproc/default.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.maildirproc/default.rc b/.maildirproc/default.rc index 05efbcb..d7351c5 100644 --- a/.maildirproc/default.rc +++ b/.maildirproc/default.rc @@ -110,7 +110,7 @@ def my_filters(mail): # Sort email from some social websites - if mail["From"].matches("@facebook(|mail)\.com"): + if mail["From"].matches("facebook(|mail)\.com"): mail.move(".Social.Facebook") return -- cgit v1.2.3