Created
April 28, 2011 09:19
-
-
Save jorrizza/946074 to your computer and use it in GitHub Desktop.
Ruimt op.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ViaViela Verkoop spamt graag | |
if message.from.email =~ /[email protected]/ | |
message.remove_label :inbox | |
message.add_label :spam | |
log "Verkoop spam: #{message.id}" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment