A lot of MTA's seem to support a + (plus) extension to a
username so
that users can tag where mail comes.
As an example, a user can use:
johndoe+foobardomain.tld
And they will get all email for johndoe and anything with
the + and
after. Sendmail, Postfix, Gmail and several others all
support this,
however, Surgemail does not appear to. Can this be added?
We've had
users ask for this from time to time so they can sign up
with more
legit bulk services and then tag the messages; if they end
up getting
spam to that address; they know where it came from!
I could see it useful to identify certain types of mail and
move them
into folders, etc.
--
Robert Blayzor
INOC
rblayzorinoc.net
http://www.inoc.net/~r
blayzor/
Mac OS X. Because making Unix user-friendly is easier than
debugging
Windows.
Re: Add support for username plus
extensions
United States
2008-03-24 17:35:05
On Mar 24, 2008, at 6:27 PM, Support ChrisP wrote:
> Try this:
> g_redirect was="*+*gadget.net"
to="%1gadget.com"
That may work, but I'd have to add it for every domain, or
would
something like this work?
g_redirect was="*+**" to="%1%3"
???
--
Robert Blayzor
INOC
rblayzorinoc.net
http://www.inoc.net/~r
blayzor/
Mac OS X. Because making Unix user-friendly is easier than
debugging
Windows.
Re: Add support for username plus
extensions
New Zealand
2008-03-24 17:27:25
Try this:
g_redirect was="*+*gadget.net"
to="%1gadget.com"
ChrisP.
Robert Blayzor wrote:
> A lot of MTA's seem to support a + (plus) extension to
a username so
> that users can tag where mail comes.
>
> As an example, a user can use:
>
> johndoe+foobardomain.tld
>
>
> And they will get all email for johndoe and anything
with the + and
> after. Sendmail, Postfix, Gmail and several others all
support this,
> however, Surgemail does not appear to. Can this be
added? We've had
> users ask for this from time to time so they can sign
up with more legit
> bulk services and then tag the messages; if they end up
getting spam to
> that address; they know where it came from!
>
> I could see it useful to identify certain types of mail
and move them
> into folders, etc.
>
Re: Add support for username plus
extensions
New Zealand
2008-03-24 20:54:27
Robert Blayzor wrote:
>
> On Mar 24, 2008, at 6:27 PM, Support ChrisP wrote:
>> Try this:
>> g_redirect was="*+*gadget.net"
to="%1gadget.com"
>
>
>
> That may work, but I'd have to add it for every domain,
or would
> something like this work?
>
>
> g_redirect was="*+**" to="%1%3"
>
>
> ???
>
>
That will rediret 'all' email, not just incoming, so
outgoing as well...
so no it would be bad.