Archived
1
1
This repository has been archived on 2020-07-15. You can view files and clone it, but cannot push or open issues or pull requests.
2020-07-11 10:24:46 +00:00

18 lines
830 B
Plaintext
Executable File

[10] CAN I ASSIGN ALIASES TO FORWARD TO MY MAIN ADDRESS?
In a way, yes. Basically the delimiter to use is '+'. You can then
use procmail (ARPA) to parse the To: header and route the email to
a file, software or another address. By default, all email addressed
this way will end up in your $MAIL file.
Example: Userid is 'joe', email address is 'joe@sdf.org'
Aliases could be 'joe+private@sdf.org' or
'joe+usenet@sdf.org' or
'joe+mlist@sdf.org'
While the '+' is documented in the SMTP standard, some html based
mailing lists may barf on it and render it useless.
All MetaARPA members who use 'setvmail' to toggle on/off the various
'domains' available at SDF may also use this aliasing technique.