P4DTI issue job000198

TitleWe don't check the bugzilla_directory configuration parameter
Statusclosed
Priorityessential
Assigned userNick Barnes
OrganizationRavenbrook
DescriptionThe configuration parameter bugzilla_directory names a directory in which the P4DTI will find a script called 'processmail'. We do not currently check that this parameter names a directory, or that the directory it names contains a processmail script. If either of these things is false, the P4DTI will fail to invoke the processmail script and so fail to send e-mail.
AnalysisAdd checks to configure_bugzilla.py that (a) bugzilla_directory (if not None) names a directory and (b) that this directory contains an executable file called 'processmail'.
How foundmanual_test
EvidenceNoted during configuration testing.
Introduced in0.5.0
Created byNick Barnes
Created on2001-02-09 14:51:33
Last modified byGareth Rees
Last modified on2001-12-10 19:22:30
History2001-02-09 NB Created.
2001-02-19 GDR Downgraded to essential.

Fixes

Change Effect Date User Description
8236 closed 2001-02-09 14:52:33 Nick Barnes Add checks for bugzilla_directory.