Ron Garret:
> > If we take this route, then there needs to be a new field in the
> > Postfix sqlite config file that controls the time limit.
>
> Not necessarily. You could just hard-code a reasonable value (like
> 1 second), or make it a #define so you need a recompile to change
> it. That?s sub-optimal, obviously, but still a major improvement
> over the current situation for very little effort and no down-side
> that I can see.
The limit should be configurable. It takes:
- one line of code to define a C variable,
- one line of code to read its value from an sqlite_table configuration
file (or to use a documented default value),
- a few lines of text to document the new field in the sqlite_table manpage.
Wietse