The ???From ??? line reflects the envelope
address.
17.6.4 uucp-dom
The uucp-dom is the most domain-correct form of the available UUCP delivery agents.
All addresses, envelopes, and headers, regardless of whether they began in the !
form, are sent out in domain form. Essentially, this uses UUCP as a transport mechanism,
but in all other respects it adheres to the Internet standards.
This is the Title of the Book, eMatter Edition
Copyright ?© 2007 O??™Reilly & Associates, Inc. All rights reserved.
17.6 UUCP Support | 609
17.6.5 The LOCAL_UUCP mc Macro
If you enable UUCP, the parse rule set 0 normally adds rules that select UUCP delivery
agents. First, locally connected UUCP addresses are detected and the appropriate
UUCP delivery agent is selected based on eachsuchaddress found. Addresses in
the class $=Z select the uucp-uudom delivery agent. Addresses in the class $=Y select the
uucp-new delivery agent. And addresses in the class $=U select the uucp-old delivery
agent.
Finally, the parse rule set 0 adds rules that detect remotely connected UUCP
addresses.
Beginning with V8.13, if you need to add rules between these two phases (between
the detection of local UUCP addresses and remote UUCP addresses), you may do so
by utilizing this new LOCAL_UUCP mc macro. For example, the following mc file entry:
LOCAL_UUCP
R$* < @ $={ServerUUCP} .
Pages:
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071