bug-mailfromd


Search for: Advanced

Re: [Bug-mailfromd] renaming greylist to greylist-manual.gdbm


Marc <Marc@xxxxxxxxxxxxxxxxx> ha escrit:

> How should format/store timestamps in a custom db?

That's entirely up to you.  Using time() value is perphaps the best
approach, e.g.:

  dbput(mydb, key, time())

Regards,
Sergey