[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 5233 gotcha, perhaps




Hi Arnt,

Arnt Gulbrandsen wrote:

Maybe I'm just being dense. Does :all correspond to user@domain, or to userseparatordetail@domain?

:all corresponds the whole email address as supplied, i.e. to either user@domain or user+detail@domain.

Both seem to be desirable.

If the latter, then the fairly common idiom
   if envelope :is :all "arnt@xxxxxxxx" { ...
is not compatible with using subaddresses.

If your system allow for subaddress, then yes, you need to test :user and :domain separately.

Hm.