Another setsymlist misspelling

This commit is contained in:
Stuart D. Gathman
2016-11-17 09:12:16 -05:00
parent a0bd76cded
commit 207278479f
+1 -1
View File
@@ -459,7 +459,7 @@ class Base(object):
m = m.split(' ')
except: pass
a += m
return self._ctx.setsmlist(stage,' '.join(a))
return self._ctx.setsymlist(stage,' '.join(a))
# Milter methods which can only be called from eom callback.