As I understand it, v1.4 is the first release to look at the identity name, and not require an identity's e-mail address. Everyone at my location is set to use the Default identity only and I have lots of things disabled (using the disable extension) or removed from the PMAIL run directory.
I am not sure if there is some setting or way to "trick" the v1.4 into applying the info to all outbound messages but you can try asking Gerard Thomas (he responds rather quickly to e-mail but hasn't been overly helpful when I've asked how to use his extension in a non-standard way). You might try a DOS-type wildcard or Pegasus-aware variable / substitution. The following are from the UDG.TXT file and may only work at runtime (not when an identity is changed) but they might be of some use:
Command substitution
--------------------
Most of the entries in this screen which accept strings allow
you to use special command substitution characters in the strings:
these are like "escape sequences" which will cause PMail to perform
some substitution at run-time. Command substitutions always begin
with a tilde (~) character, and are always two characters long.
The following command substitutions are recognised:
This sequence... Is replaced with this value
~c The full path to the file containing the message
~t The address to which to send this message
(note: this is not necessarily the To: field)
~s The message's subject field
~f The full form of the message's "from" field
~n The sender's user name in its simplest form
~b The sender's bindery id, as a long hex integer
~8 The first 8 chars in the sender's username
~y The time and date in RFC-822 format
~d A random integer, expressed as 4 hex digits
~q Y if this message is a BCC, N otherwise
~%name% The value of the environment variable %name%.
~p The user's personal name preference
~x The name.ext ONLY of the container file (no path)
~a The directory from which PMail was run (or base directory)
~h The current user's home mailbox location
~w The current user's new mail location
~~ A single tilde character
<p>As I understand it, v1.4 is the first release to look at the identity name, and not require an identity's e-mail address. Everyone at my location is set to use the Default identity only and I have lots of things disabled (using the disable extension) or removed from the PMAIL run directory. </p><p>&nbsp;
I am not sure if there is some setting or way to "trick" the v1.4 into applying the info to all outbound messages but you can try asking <font size="-1">Gerard Thomas (he responds rather quickly to e-mail but hasn't been overly helpful when I've asked how to use his extension in a non-standard way). You might try a DOS-type wildcard or Pegasus-aware variable / substitution. The following are from the UDG.TXT file and may only work at runtime (not when an identity is changed) but they might be of some use:</font></p><p>&nbsp;
&nbsp;Command substitution
--------------------
Most of the entries in this screen which accept strings allow
you to use special command substitution characters in the strings:
these are like "escape sequences" which will cause PMail to perform
some substitution at run-time. Command substitutions always begin
with a tilde (~) character, and are always two characters long.
The following command substitutions are recognised:
&nbsp;&nbsp; This sequence...&nbsp;&nbsp; Is replaced with this value
&nbsp;&nbsp; ~c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The full path to the file containing the message
&nbsp;&nbsp; ~t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The address to which to send this message
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (note: this is not necessarily the To: field)
&nbsp;&nbsp; ~s&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The message's subject field
&nbsp;&nbsp; ~f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The full form of the message's "from" field
&nbsp;&nbsp; ~n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The sender's user name in its simplest form
&nbsp;&nbsp; ~b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The sender's bindery id, as a long hex integer
&nbsp;&nbsp; ~8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The first 8 chars in the sender's username
&nbsp;&nbsp; ~y&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The time and date in RFC-822 format
&nbsp;&nbsp; ~d&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; A random integer, expressed as 4 hex digits
&nbsp;&nbsp; ~q&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Y if this message is a BCC, N otherwise
&nbsp;&nbsp; ~%name%&nbsp; The value of the environment variable %name%.
&nbsp;&nbsp; ~p&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The user's personal name preference
&nbsp;&nbsp; ~x&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The name.ext ONLY of the container file (no path)
&nbsp;&nbsp; ~a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The directory from which PMail was run (or base directory)
&nbsp;&nbsp; ~h&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The current user's home mailbox location
&nbsp;&nbsp; ~w&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The current user's new mail location
&nbsp;&nbsp; ~~&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; A single tilde character</p><p>&nbsp;</p>