[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Does anyone understand why the following section is in rrouter.cf?




[the bit marked with '+':]
		(.*)<@(.*)\.>(.*)
			address="\1<@\2>\3" ;;

		# now massage the local info
	+	(.*)<@(.*)($orgdomains)>(.*)
	+		address="\1<@\2$orgdomain>\4" ;;
		<@($orgdomains)>[:,](.+@.+)
			return $(rrouter "\2" $A) ;;	# strip organization

 The net effect this has is to rewrite any mail address that's in any of
your organizational domains to be in your nominal primary domain.  Why
does Zmailer feel the urge to rewrite the domain on addresses not going
to itself in this manner? Is it safe to remove it? (It seems so, but
I'd rather not blow up our gateway with an obscure case)

	- cks