diff --git a/bots/markpages.py b/bots/markpages.py index 0fbaded..8ace79a 100644 --- a/bots/markpages.py +++ b/bots/markpages.py @@ -129,6 +129,7 @@ class MarkPagesBot( CurrentPageBot ): # sets 'current_page' on each treat() for talkpage in pagegenerators.PageWithTalkPageGenerator( redfam.article_generator( filter_existing=True, + filter_redirects=True, exclude_article_status=["marked"] ), return_talk_only=True ):