projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bab833
)
Drops erroneous domains.
author
Stéphane Jacob
<sj@m4x.org>
Fri, 4 Mar 2011 09:36:52 +0000
(10:36 +0100)
committer
Stéphane Jacob
<sj@m4x.org>
Fri, 4 Mar 2011 09:36:52 +0000
(10:36 +0100)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
upgrade/1.1.0/02_new_mail_insertion.sql
patch
|
blob
|
blame
|
history
diff --git
a/upgrade/1.1.0/02_new_mail_insertion.sql
b/upgrade/1.1.0/02_new_mail_insertion.sql
index
6fd0c15
..
ce90b8b
100644
(file)
--- a/
upgrade/1.1.0/02_new_mail_insertion.sql
+++ b/
upgrade/1.1.0/02_new_mail_insertion.sql
@@
-208,4
+208,8
@@
INSERT INTO email_virtual (domain, email, redirect, type)
-- Drop renamed list
DELETE FROM email_virtual WHERE email LIKE 'tech-email%';
+-- Deletes erroneous domains
+DELETE FROM email_virtual_domains
+ WHERE name IN ('fanfarix.polytechnique.net', 'asd', 'x-russie', 'formation', 'groupetest', 'x-sursaut');
+
-- vim:set syntax=mysql: