Now add all the headers so far described to the client.cf file:
O OldStyleHeaders=True O BlankSub=. # Replace unquoted spaces with a dot.# Headers
newHFrom: <$g> # Added only if missing
newHReceived: by $j; $b # Always added
newH?x?Full-Name: $?x$x$. # Add full name if available
newH?D?Date: $a # Add if F=D
newH?M?Message-Id: <$t.$i@$j> # Add if F=M
new
Note that the
Full-Name:
header uses the
?x?
flag, so you need to add that same flag to our
hub
delivery agent definition:
Mhub, P=[IPC], S=Hubset, R=0, F=x
mDFMuXa, T=DNS/RFC822/SMTP, A=IPC $h new
With these few additions the client.cf file is almost ready to use, but we won't test it yet. First we need to discuss priorities.