From: Duane M. <du...@is...> - 2003-12-17 15:50:52
|
I like syncmail, but I'm having a problem I hope maybe has been resolved = before. I thought about modifying the script to do this myself, but I'm = not that proficient in Python, so I thought I would see if what I want = has already been done or considered on this list. =20 I need the email sent by syncmail to come from the user's email address = who is checking in the file. This is so we can integrate with our JIRA = issue/bug tracking system. I have set up the CVSROOT/users file to map = CVS user names to actual email addresses, but it appears as if syncmail = is always using "cv...@cv...main" (for instance) as the SMTP = return address. My MTA keeps rejecting the email because it doesn't = recognize the "cv...@cv...main" as a valid email address. If I = can get the return address to show up as val...@ou... = (again, for example), the MTA will recognize it (and so will our = issue-tracking system), but I can't seem to force syncmail to do this = easily. Any thoughts? Many thanks, Duane Moore duane at iswsolutions dot com |