shevek / libspf2

Implementation of the Sender Policy Framework for SMTP authorization
http://www.libspf2.net/
37 stars 32 forks source link

Only remove a delimiterin macro expansion if a delimiter was found #43

Open countsudoku opened 1 year ago

countsudoku commented 1 year ago

Some macros are truncated by on character if expanded on input strings without a delimiter. This commit will fix that.

This pull request will fix #42