(setq message-this-is-news nil)
                    (cons 'To (or reply-to from "")))
                (cons 'Newsgroups newsgroups)))
-            ((and mft message-use-mail-followup-to)
-             (list (cons 'To mft)))
             (t
              (if (or (equal followup-to newsgroups)
                      (not (eq message-use-followup-to 'ask))
 responses here are directed to other newsgroups."))
                  (cons 'Newsgroups followup-to)
                (cons 'Newsgroups newsgroups))))))
+          ((and mft message-use-mail-followup-to)
+           (list (cons 'To mft)))
          (posted-to
           `((Newsgroups . ,posted-to)))
          (t