Skip to content

Instantly share code, notes, and snippets.

@dynax60
Created January 24, 2011 05:17
Show Gist options
  • Save dynax60/792869 to your computer and use it in GitHub Desktop.
Save dynax60/792869 to your computer and use it in GitHub Desktop.
--- delete.orig.php 2011-01-21 12:27:12.000000000 +0300
+++ delete.php 2011-01-21 12:28:38.000000000 +0300
@@ -160,6 +160,8 @@
}
}
+ system("/usr/local/bin/sudo /usr/local/sbin/maildirdel.pl $fDomain $fDelete");
+
if ($error != 1)
{
if ($CONF['database_type'] == "pgsql") db_query('COMMIT');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment