-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
format is case sensitive #14
Comments
@dmth: Why should it be fixed? My wild guess would be robustness reasons, on the other hand, because this comes out of a database and will be entered by tools, it may not make sense to be more tolerant here. More tolerance has the drawback that future sql queries will have to deal with more than one lower-and-upper casing which is |
We need to separate the database from intelmq-mailgen here. |
@dmth the question is why should it not make a difference? I see a few cases here: Two implementation ideas:
|
Ping @dmth |
I don't get your point concerning the
Why would we need this? Is someone interested how many receivers would like to receive CSV-Mails? We have to remind ourselves: Mailgen and the ContactDB are two different, independent applications. As mailgen just uses the data which was added by the ContactDB, it should be more robust when using this data. |
I see Mailgen and ContactDB related, they have to work nicely together. |
currently there is a difference between csv and CSV.
This should be fixed
The text was updated successfully, but these errors were encountered: