From c24fed89b5d1630343cfc29440e8f4d119efe9e3 Mon Sep 17 00:00:00 2001
From: Ansgar Burchardt <ansgar@debian.org>
Date: Sun, 16 Sep 2012 17:46:59 +0200
Subject: [PATCH] daklib/checks.py: add note to send warning for DMUA later

---
 daklib/checks.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/daklib/checks.py b/daklib/checks.py
index 5be0d966..6a95049f 100644
--- a/daklib/checks.py
+++ b/daklib/checks.py
@@ -405,6 +405,7 @@ class ACLCheck(Check):
         acl_per_source = session.query(ACLPerSource).filter_by(acl=acl, fingerprint=upload.fingerprint, source=source_name).first()
         if acl.allow_per_source:
             # XXX: Drop DMUA part here and switch to new implementation.
+            # XXX: Send warning mail once users can set the new DMUA flag
             dmua_status, dmua_reason = self._check_dmua(upload)
             if not dmua_status:
                 return False, dmua_reason
-- 
2.39.5