Skip to content

Commit

Permalink
Update recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
baphled committed Jul 20, 2012
1 parent e452d09 commit 8f53310
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .procmailrc
Expand Up @@ -14,7 +14,7 @@ LOGFILE=$HOME/logs/procmail.log

:0: # Change this so that it sorts by the digest group
* ^(From):(\/.*).*\<group-digests@linkedin.com\>
`echo $MATCH | awk '{$NF=""}1' | sed 's/ //g'`
In.list.`echo $MATCH | awk '{$NF=""}1' | sed 's/ //g'`

# Stolen from: http://bethesignal.org/dotfiles/procmailrc.html

Expand All @@ -31,7 +31,7 @@ LOGFILE=$HOME/logs/procmail.log

:0:
* LISTID ?? ^\/[^@\.]*
lists/$MATCH
In.list.$MATCH
}

# MAJORDOMO - Automagically handle Majordomo lists
Expand All @@ -40,7 +40,7 @@ LOGFILE=$HOME/logs/procmail.log
* ^Sender: owner-\/[^@\+]+
{
:0:
lists/$MATCH
In.list.$MATCH
}

#
Expand All @@ -61,14 +61,14 @@ In.paid-services
* ^(From|Subject):.*(news|shop|sale|sell|offers|discount|marketing|feedback|deals)
In.pr

:0: # Recruitment minutia
* ^Subject:.*(php|perl|.net|vb|javascript)
In.recruitment-noobs

:0: # Recruitment minutia
:0: # Recruitment agencies
* ^Subject:.*(ruby|rails|erlang|recruitment)
In.recruitment

:0: # Recruitment minutia
* ^Subject:.*(php|perl|.net|vb|javascript|contract|seo)
In.recruitment-noobs

#
# Social
#
Expand All @@ -87,6 +87,9 @@ In.twitter.pr
* ^From.*38degrees.org.uk
In.social.petitions

:0: # Dev news
* ^From:.*(peepcode|pragprog)
In.dev-news

# Some socmeds use listservs so this should
# go after filtering mail servers
Expand Down

0 comments on commit 8f53310

Please sign in to comment.