You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by Joe Quinn <jq...@pccc.com> on 2015/11/25 14:32:35 UTC

Re: question re/ RDNS_NONE

On 11/25/2015 6:07 AM, Edda wrote:
> Ouch, sorry, i tested it on 3.3.1 and "re-typed" that line in 3.4.1....
>
> Does the patch work for you?
Since we're currently developing in both 3.4.2 and 4.0 and now you have 
bumped into the same problem, I might as well share this:

repatch() {
   (cd $1 && svn diff) | (cd $2 && patch -p0)
}

Put that in your .bashrc - usage is "repatch ~/sa/trunk ~/sa/3.4.2" or 
whatever your directory structure is.