corecode / dma

The DragonFly Mail Agent, a small Mail Transport Agent (MTA), designed for home and office use.
Other
235 stars 51 forks source link

Remove redundant check for SECURETRANSFER feature #130

Closed rianhunter closed 1 year ago

rianhunter commented 1 year ago

This is just a little quirk I noticed. I didn't see any other use of assert() in this codebase so feel free to reject the PR.

rianhunter commented 1 year ago

@corecode How do you feel about this change? Going forward it lets me know the attitude around assert in the codebase.

corecode commented 1 year ago

i like it.