/usr/share/doc/mgetty/contrib/faxdvi.config is in mgetty-docs 1.1.36-3.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | # faxdvi.config
#
# This is an example configuration file for FAXDVI. Feel free to do
# anything you want to do with it.
#
# Ralph Schleicher
# 241:10000/1513@PNoF
# rs@purple.PNoF.sub.org
# Phone number aliases can be specified with the `alias' command. The
# syntax is
#
# alias <alias-name> [<comment>] <phone-number>
#
# The optional comment has to be put into parenthesis. <phone-number>
# can be either the final phone number or another alias. Dialing lists
# may be built by joining multiple phone numbers separated with commas.
#
# <phone-number> will be treated as a command if it starts with a vertical
# bar (this feature does not work within the definition of a dialing list).
# The token `@' will be replaced with <comment> only if <comment> is given.
#
alias ts (Thomas Schmitt) 07522-28363
alias cdg (Cees de Groot) |pnof -f -r name -r phone | fgrep '@' | cut -f2 -d,
alias pnof ts,cdg
# The topmost matching translation rule will be applied to the resulting
# phone number after alias substitution. `dialtrans' is a single matching
# search and replace command as you know if from perl(1).
#
dialtrans /^0/0/
dialtrans /^([1-9][0-9]*)$/$1/
dialtrans /^49-7352-//
dialtrans /^49-/0/
dialtrans /^/00/
|