Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Can I use a hash for VERP?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
garyamort@gmail.com  
View profile  
 More options Jul 9 2012, 2:40 pm
Newsgroups: list.postfix.users
From: "garyam...@gmail.com" <garyam...@gmail.com>
Date: Mon, 9 Jul 2012 11:40:29 -0700 (PDT)
Local: Mon, Jul 9 2012 2:40 pm
Subject: Can I use a hash for VERP?
As near as I can tell, the # charector is legal in the local-part of an address. http://tools.ietf.org/html/rfc5322#section-3.2.3

I'd like to use it for my VERP seperator, ie myaddress#verpcompon...@mydomain.com - however when I try to configure Postfix to accept it, I run into a problem in that it is used as the comment charector.

Is there a way I can specify it as the default VERP seperator?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Gary Mort  
View profile  
 More options Jul 15 2012, 12:07 pm
Newsgroups: list.postfix.users
From: Gary Mort <garyam...@gmail.com>
Date: Sun, 15 Jul 2012 09:07:39 -0700 (PDT)
Local: Sun, Jul 15 2012 12:07 pm
Subject: Re: Can I use a hash for VERP?

On Monday, July 9, 2012 2:40:29 PM UTC-4, Gary Mort wrote:
> As near as I can tell, the # charector is legal in the local-part of an address. http://tools.ietf.org/html/rfc5322#section-3.2.3

> I&#39;d like to use it for my VERP seperator, ie myaddress#verpcompon...@mydomain.com - however when I try to configure Postfix to accept it, I run into a problem in that it is used as the comment charector.

> Is there a way I can specify it as the default VERP seperator?

As a followup, I found I could use # as the default recipient delimiter, so it would work for incoming.  But no other VERP config would accept it.

Since this is a low volume server, I went ahead and used an smtp_command_filter to fix the issue.  I convert all characters I may wish to use a seperator into the standard +
/^RCPT\s+TO:(.*)[#!-\+\|\?](.*)/     RCPT TO:$1\+$2


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »