# $HOME/.elm/filter-rules # # Filter rules for the Elm Filter program. # Note that various files listed here might need # to have the home directory in the filename. # Leave all responses in inbox; some non-compliant idiots like to use # "Re^2:" or "Re[2]", so either ignore them or remove the colons from # the lines in here if you care. if (subject = "RE:") then leave if (subject = "Re:") then leave if (subject = "re:") then leave # rule for net69 packets, change for your alias if (subject = "Net 6.9 packet: tr69") then execute "cat - |uudecode" if (subject = "Net 6.9 packet: TR69") then execute "cat - |uudecode" # rule for net69 packets (uuencode), change for your alias if (subject = "Net 6.9 uuencode packet: tr69") then execute "cat - |uudecode" if (subject = "Net 6.9 uuencode packet: TR69") then execute "cat - |uudecode" # rule for net69 packets (mime), change for your alias if (subject = "Net 6.9 mime packet: tr69") then execute "cat - |munpack" if (subject = "Net 6.9 mime packet: TR69") then execute "cat - |munpack" # rules for testing (especially if $HOME is set) # might have to spell $HOME out if file isn't found (... > /u/g/goldfndr/file) if (subject = "mtaenv") then execute "env > mtaenv" if (subject = "mtaset") then execute "set > mtaset" # rules for mailing lists #if (from = "punk-list") then save punklist #if (to = "punk") then save /u/g/goldfndr/punklist #if (sender = "punk-list") then save /u/g/goldfndr/punklist #if (from = "sxex") then save /u/g/goldfndr/sxex #if (to = "sxex") then save /ug/g/goldfndr/sxex #if (sender = "sxex") then save /u/g/goldfndr/sxex