Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the SVN-Notify CPAN distribution.

Report information
The Basics
Id: 37331
Status: rejected
Priority: 0/
Queue: SVN-Notify

People
Owner: Nobody in particular
Requestors: ilyas.fakrudeen [...] st.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Unable to send notification if from and to domain is different
Date: Wed, 2 Jul 2008 18:05:41 +0800
To: <bug-SVN-Notify [...] rt.cpan.org>
From: Mohamed Ilyas Fakrudeen ABDUL SALAM <ilyas.fakrudeen [...] st.com>
Hi, SVN-Notify is a great tool and I have been using it for our project. I am not able to send email notification when the domain is different in --to and --from option. Is this a known bug? Or am I missing some setup? Example script(not working): svnnotify --repos-path "$1" --revision "$2" --to ilyas.fakrudeen@st.com \ -f user@ap.st.com --smtp list.pc.st.com Example script (working): svnnotify --repos-path "$1" --revision "$2" --to ilyas.fakrudeen@st.com \ -f user@st.com --smtp list.pc.st.com Best Regards, Ilyas Fakrudeen
Subject: Re: [rt.cpan.org #37331] Unable to send notification if from and to domain is different
Date: Wed, 2 Jul 2008 08:22:27 -0700
To: bug-SVN-Notify [...] rt.cpan.org
From: "David E. Wheeler" <dwheeler [...] cpan.org>
On Jul 2, 2008, at 03:06, Mohamed Ilyas Fakrudeen ABDUL SALAM via RT wrote: Show quoted text
> SVN-Notify is a great tool and I have been using it for our > project. I am not able to send email notification when the domain is > different in --to and --from option. Is this a known bug? Or am I > missing some setup? > > Example script(not working): > > svnnotify --repos-path "$1" --revision "$2" --to ilyas.fakrudeen@st.com > \ > -f user@ap.st.com --smtp list.pc.st.com > > Example script (working): > svnnotify --repos-path "$1" --revision "$2" --to ilyas.fakrudeen@st.com > \ > -f user@st.com --smtp list.pc.st.com
That should work. What error are you getting? Best, David