Use explicit paths for the xvm-mail-relay script 0.0.6
authorEvan Broder <broder@mit.edu>
Mon, 17 Nov 2008 09:30:42 +0000 (04:30 -0500)
committerEvan Broder <broder@mit.edu>
Mon, 17 Nov 2008 09:30:42 +0000 (04:30 -0500)
svn path=/trunk/packages/xvm-mail-config/; revision=1686

debian/changelog
xvm-mail-relay

index e440cef..5213705 100644 (file)
@@ -1,3 +1,9 @@
+xvm-mail-config (0.0.6) unstable; urgency=low
+
+  * Apparently mail processing scripts don't run with a useful path set
+
+ -- Evan Broder <broder@mit.edu>  Mon, 17 Nov 2008 04:29:55 -0500
+
 xvm-mail-config (0.0.5) unstable; urgency=low
 
   * Call the relay script by the correct name
 xvm-mail-config (0.0.5) unstable; urgency=low
 
   * Call the relay script by the correct name
index ab792e7..ba3bba1 100755 (executable)
@@ -1,2 +1,2 @@
 #!/bin/bash
 #!/bin/bash
-formail -i "To: xvm-root@mit.edu" | sendmail -f "root@$(hostname -f)" xvm-root@mit.edu
\ No newline at end of file
+/usr/bin/formail -i "To: xvm-root@mit.edu" | /usr/sbin/sendmail -f "root@$(hostname -f)" xvm-root@mit.edu
\ No newline at end of file