On 09/10/2006 11:30, William Deedes wrote: > Probably OT for this list, but I'd be interested to hear how others deal > with creating and deleting large numbers of temporary and unimportant > mail addresses.
With sendmail, used "plussed" addresses; with exim, similar but you can define just exactly how it works: see local_part_suffix etc. in the spec. It means that I can use [EMAIL PROTECTED] and can make up the extrabit any time I like, and don't have to accept [EMAIL PROTECTED] For example you can reach me on [EMAIL PROTECTED] and I'll get it, but I might later decide to ditch everything sent to that version of my address. With exim I also use - as well as + because so many sites are broken and don't accept the (perfectly valid) + Cheers, John. -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
