|
|
|
@ -93,6 +93,15 @@ public class MailingList implements MessageHandler, ProblemListener {
@@ -93,6 +93,15 @@ public class MailingList implements MessageHandler, ProblemListener {
|
|
|
|
|
return setFlag(STATE_PUBLIC_ARCHIVE,enabled); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
public void clearProblems() { |
|
|
|
|
try { |
|
|
|
|
setLastError(null); |
|
|
|
|
} catch (SQLException e) { |
|
|
|
|
LOG.warn("setLastError(null) failed."); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* create a new ML object int the database |
|
|
|
|
* @param email |
|
|
|
|