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