@@ 805,6 805,56 @@ See L</Message processing> for details.
=back
+=head1 FILES
+
+=over 4
+
+=item F<.qmail>
+
+Default C<.qmail> file, when no other delivery option applies.
+
+=item F<.qmail-*>
+
+Extension C<.qmail> file, where the "*" is replaced by the extension
+found on the address localpart (e.g. the "foo" in "rogers-foo").
+
+=item F<.qmail-dead>
+
+"Dead" C<.qmail> file, for delivery of email from deadlisted hosts,
+deadlisted senders, and senders with all-digit localparts.
+If this file does not exist, such emails are sent to F<.qmail-spam>.
+
+=item F<.qmail-forged>
+
+Forged C<.qmail> file, for delivery of email from senders from external
+mail systems who have forged an internal email address as determined
+by C<forged-local-address.pl>.
+If this file does not exist, such emails are sent to F<.qmail-spam>.
+
+=item F<.qmail-grey>
+
+If whitelisting is in effect, this is the C<.qmail> file for delivery
+of email that passes all tests except for having no whitelisted
+senders. If this file does not exist, such emails are sent to
+F<.qmail-spam>.
+
+=item F<.qmail-list-*>
+
+Email list C<.qmail> file for messages that identify themselves as
+belonging to a mailing list with a "List-ID" header. For example, the
+"emacs-devel.gnu.org" list would use the C<.qmail> file named
+F<.qmail-list-emacs-devel.gnu.org>. Note that the "List-ID" header
+includes both a descriptive name and a formal name with dots that
+looks like a DNS name; as shown in the example above,
+C<qmail-deliver.pl> is expecting the latter.
+
+=item F<.qmail-spam>
+
+Catchall C<.qmail> file for messages that fail checks and don't have
+more specific delivery instructions.
+
+=back
+
=head1 BUGS
If you find any, please let me know.
@@ 821,7 871,7 @@ If you find any, please let me know.
=head1 COPYRIGHT
-Copyright (C) 2003-2021 by Bob Rogers C<< <rogers@rgrjr.dyndns.org> >>.
+Copyright (C) 2003-2022 by Bob Rogers C<< <rogers@rgrjr.dyndns.org> >>.
This script is free software; you may redistribute it and/or modify it
under the same terms as Perl itself.