Skip to content

Instantly share code, notes, and snippets.

@jorrizza
Created April 28, 2011 09:19
Show Gist options
  • Save jorrizza/946074 to your computer and use it in GitHub Desktop.
Save jorrizza/946074 to your computer and use it in GitHub Desktop.
Ruimt op.
# ViaViela Verkoop spamt graag
if message.from.email =~ /verkoop@viaviela.nl/
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