Operating System - HP-UX
1837792 Members
9857 Online
110120 Solutions
New Discussion

Problem relaying quoted "" recipients in sendmail

 
SOLVED
Go to solution

Problem relaying quoted "" recipients in sendmail

Last week, orbz.org has tested my mail relay (sendmail 8.8.6/hp-ux11.00) if it is an open relay. Normally my sendmail doesn't relay, but if you put the recipent in quotes "" it does relay to where you want. Has anybody heard of this problem?
I don't want to upgrade to 8.9.3.
3 REPLIES 3
Robin Wakefield
Honored Contributor

Re: Problem relaying quoted "" recipients in sendmail

Hi Christian,

What is causing the recipients to be quoted in the 1st place? There are mechanisms within sendmail.cf for ignoring quotes for delivery agents (F=s flag), but you may need to run the addresses through the ruleset tester to isolate the problem, or run in debug mode.

Rgds, Robin.

Re: Problem relaying quoted "" recipients in sendmail

Hi Robin,

thank you for your answer. Normally the addresses are not quoted, but orbz did this in their open relay tests.
Do you have a rule set for ignoring those quotes?

Christian
Robin Wakefield
Honored Contributor
Solution

Re: Problem relaying quoted "" recipients in sendmail

Hi Christian,

There is a dequote map which can be used to remove quotes around tokens.

Have a look at:

http://ist.uwaterloo.ca/~reggers/spammers/

for further info.

Rgds, Robin.