Guest User

Automod Config

a guest
Feb 21st, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.06 KB | None | 0 0
  1.  
  2.         ---
  3.     #Deletes posts that are made by an account younger than 1 day old.
  4.     author:
  5.         account_age: "< 1 days"
  6.     action: remove
  7.     modmail: The above {{kind}} by /u/{{author}} was removed because their account is less than 1 day old. Please investigate and ensure that this action was correct.
  8. ---
  9.     #Deletes posts that are made by an account with less than -50 comment karma.
  10.     author:
  11.         comment_karma: "< -50"
  12.     action: remove
  13.     modmail: The above {{kind}} by /u/{{author}} was removed because they have less than -50 comment karma. Please investigate and ensure that this action was correct.
  14. ---
  15.     #Deletes a post that recieves more than 5 reports.
  16.     reports: 5
  17.     action: remove
  18.     modmail: The above {{kind}} by /u/{{author}} was removed because it received 5 reports. Please investigate and ensure that this action was correct.
  19. ---
  20.     title+body (regex): ["\\(?(\\d{3})\\)?([ .-])(\\d{3})([ .-])(\\d{4})","(\\d{5})([ .-])(\\d{6})","\\(?(\\d{4})\\)?([ .-])(\\d{3})([ .-])(\\d{3})","\\(?(\\d{2})\\)?([ .-])(\\d{4})([ .-])(\\d{4})","\\(?(\\d{2})\\)?([ .-])(\\d{3})([ .-])(\\d{4})","\\+([\\d ]{10,15})"]
  21.     ~body+url (regex): "(\\[[^\\]]+?\\]\\()?(https?://|www\\.)\\S+\\)?"
  22.     ~body+title+url (regex): ["(800|855|866|877|888|007|911)\\W*\\d{3}\\W*\\d{4}", "\\d{3}\\W*555\\W*\\d{4}", "999-999-9999", "000-000-0000", "123-456-7890", "111-111-1111", "012-345-6789", "888-888-8888", "281\\W*330\\W*8004", "777-777-7777", "678-999-8212", "999([ .-])119([ .-])7253","0118 999 811","0118 999 881", "867( -)?5309", "505\\W*503\\W*4455", "1024 2048"]
  23.     action: report
  24.     modmail_subject: Doxxing Alert!
  25.     modmail: |
  26.  
  27.         {{permalink}}
  28.  
  29.         The above {{kind}} by /u/{{author}} may have posted a phone number. Please investigate immediately.
  30.  
  31.         If the user is doxxing, [ban them](/r/{{subreddit}}/about/banned) and [report them to the reddit admins](http://www.reddit.com/message/compose?to=%2Fr%2Freddit.com&subject=Doxxing%20Report:%20%2Fu%2F{{author}}&message=%2Fu%2F{{author}}%20posted%20a%20phone%20number:%20{{permalink}}) immediately.
  32. ---
  33.     title+body (regex): "[!#$%&'*+./0-9=?_`a-z{|}~^-]+@[.a-z-]+\\.(?:com|org|net)"
  34.     ~title+body#whitelist: [OKemail1@domain.com, OKemail2@domain.com]
  35.     action: report
  36.     modmail_subject: Doxxing Alert!
  37.     modmail: |
  38.  
  39.         {{permalink}}
  40.  
  41.         The above {{kind}} by /u/{{author}} may have posted an email address. Please investigate immediately.
  42.  
  43.         If the user is doxxing, [ban them](/r/{{subreddit}}/about/banned) and [report them to the reddit admins](http://www.reddit.com/message/compose?to=%2Fr%2Freddit.com&amp;subject=Doxxing%20Report:%20%2Fu%2F{{author}}&message=%2Fu%2F{{author}}%20posted%20an%20email%20address:%20{{permalink}}) immediately.
  44. ---
  45. ---
  46.     title+body (regex): "\\b(?:4[0-9]{12}(?:[0-9]{3})?|5[12345][0-9]{14}|3[47][0-9]{13}|3(?:0[012345]|[68][0-9])[0-9]{11}|6(?:011|5[0-9]{2})[0-9]{12}|(?:2131|1800|35[0-9]{3})[0-9]{11})\\b"
  47.     action: report
  48.     modmail_subject: Doxxing Alert!
  49.     modmail: |
  50.  
  51.         {{permalink}}
  52.  
  53.         The above {{kind}} by /u/{{author}} may have posted a credit card number. Please investigate immediately.
  54.  
  55.         If the user is doxxing, [ban them](/r/{{subreddit}}/about/banned) and [report them to the reddit admins](http://www.reddit.com/message/compose?to=%2Fr%2Freddit.com&amp;subject=Doxxing%20Report:%20%2Fu%2F{{author}}&message=%2Fu%2F{{author}}%20posted%20a%20credit%20card%20number:%20{{permalink}}) immediately.
  56. ---
  57. ---
  58.     title+body (regex): "\\b[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\b"
  59.     action: report
  60.     modmail_subject: Doxxing Alert!
  61.     modmail: |
  62.         {{permalink}}
  63.  
  64.         The above {{kind}} by /u/{{author}} may have posted an IP address. Please investigate immediately.
  65.  
  66.         If the user is doxxing, [ban them](/r/{{subreddit}}/about/banned) and [report them to the reddit admins](http://www.reddit.com/message/compose?to=%2Fr%2Freddit.com&amp;subject=Doxxing%20Report:%20%2Fu%2F{{author}}&message=%2Fu%2F{{author}}%20posted%20an%20IP%20address:%20{{permalink}}) immediately.
Add Comment
Please, Sign In to add comment